Skip to content

chorman0773/Install-Dirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A rust library for handling GNU-style install dirs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages