from-path

Crates.iofrom-path
lib.rsfrom-path
version0.2.1
created_at2025-01-06 15:55:42.569903+00
updated_at2025-05-15 14:05:13.29017+00
descriptionLoading values from paths.
homepage
repositoryhttps://github.com/nekitdev/from-path
max_upload_size
id1505782
size22,615
Nikita Tikhonov (nekitdev)

documentation

https://docs.rs/from-path

README

from-path

License Version Downloads Test

Loading values from paths.

Installation

cargo

You can add from-path as a dependency with the following command:

$ cargo add from-path

Or 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"

Documentation

You can find the documentation here.

Support

If you need support with the library, you can send an email.

Changelog

You can find the changelog here.

Security Policy

You can find the Security Policy of from-path here.

Contributing

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.

License

from-path is licensed under the MIT License terms. See License for details.

Commit count: 9

cargo fmt