install-dirs

Crates.ioinstall-dirs
lib.rsinstall-dirs
version0.3.2
sourcesrc
created_at2020-12-03 20:25:42.920525
updated_at2024-01-23 07:07:43.255016
descriptionLibrary for handling gnu install directories in rust
homepage
repositoryhttps://github.com/chorman0773/Install-Dirs.git
max_upload_size
id319417
size27,142
Connor Horman (chorman0773)

documentation

README

Rust Install Dirs

A library for handling install directories, similar to gnu autoconf and cmake.

serde

Currently, the install-dirs crate requires a serde version which is at most 1.0.171. This is for security as versions of the derive macro starting with 1.0.172 currently ship a precompiled binary that has not been reproduced. Additionally, there are compatibility concerns when porting to non-rustc compilers in the future. If you have a dependency issue, you are recomended to downgrade serde and serde_derive to 1.0.171 if possible.

Commit count: 6

cargo fmt