Crates.io | yz-posix-mode |
lib.rs | yz-posix-mode |
version | 0.0.0 |
source | src |
created_at | 2020-08-23 22:10:47.959771 |
updated_at | 2020-08-23 22:10:47.959771 |
description | standalone POSIX.1 file mode bitfields and bitmasks |
homepage | |
repository | https://github.com/YZITE/posix-mode |
max_upload_size | |
id | 279940 |
size | 11,553 |
This crate provides the types FileType
and Mode
.
nix
: Provides compatibility with the nix
crate
(implements the From
& Into
traits).num
: Provides conversion between primitive integer
types and the types defined in this crate.serde
: Activates implementations of the serde
Deserialize
& Serialize
traits.umask
: Provides compatibility with the umask
crate
(similiar to the nix
feature, just for another crate)Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.