Skip to content

A standalone Rust Version of the POSIX file mode bitflags

Notifications You must be signed in to change notification settings

YZITE/posix-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yz-posix-mode

This crate provides the types FileType and Mode.

Features

  • 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)

License

Licensed under either of

at your option.

Contribution

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.

About

A standalone Rust Version of the POSIX file mode bitflags

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages