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
confy::load("name") crashes withBadConfigDirectoryStr
confy::load("name")
BadConfigDirectoryStr
Version 0.4.0
The text was updated successfully, but these errors were encountered:
Confy is using the directories crate so I do not think it will add something more specific than what is provided https://docs.rs/directories/2.0.2/directories/struct.ProjectDirs.html#method.config_dir. But if you know more about the folder and files management of Android you can use load_path("</path/to/your/configuration/file>").
directories
load_path("</path/to/your/configuration/file>")
Sorry, something went wrong.
No branches or pull requests
confy::load("name")
crashes withBadConfigDirectoryStr
Version 0.4.0
The text was updated successfully, but these errors were encountered: