We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code
Path::new(env!("CARGO_MANIFEST_DIR")).join("assets").join("72x72");
Build Environment and Runtime Environment must be same Environment or throw an error;
called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Result::unwrap()
Err
when I use docker
Runtime Environment : 160Mb
Build Environment + Runtime Environment: 3.4g
mabey use include_dir! is a good idea?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
code
Build Environment and Runtime Environment must be same Environment or throw an error;
called
Result::unwrap()
on anErr
value: Os { code: 2, kind: NotFound, message: "No such file or directory" }when I use docker
Runtime Environment : 160Mb
Build Environment + Runtime Environment: 3.4g
mabey use include_dir! is a good idea?
The text was updated successfully, but these errors were encountered: