Loading values from paths.
You can add from-path as a dependency with the following command:
$ cargo add from-pathOr by directly specifying it in the configuration like so:
[dependencies]
from-path = "0.2.1"Alternatively, you can add it directly from the source:
[dependencies.from-path]
git = "https://github.com/nekitdev/from-path.git"You can find the documentation here.
If you need support with the library, you can send an email.
You can find the changelog here.
You can find the Security Policy of from-path here.
If you are interested in contributing to from-path, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
from-path is licensed under the MIT License terms. See License for details.