Crates.io | install-dirs |
lib.rs | install-dirs |
version | 0.3.2 |
source | src |
created_at | 2020-12-03 20:25:42.920525 |
updated_at | 2024-01-23 07:07:43.255016 |
description | Library for handling gnu install directories in rust |
homepage | |
repository | https://github.com/chorman0773/Install-Dirs.git |
max_upload_size | |
id | 319417 |
size | 27,142 |
A library for handling install directories, similar to gnu autoconf and cmake.
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.