coreutils_core 0.1.0

A crate with abstractions to implement UNIX core utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Re-exports
pub use bstr::{self, BStr, BString, ByteSlice, ByteVec, B};
pub use libc;
pub use time;

// Agnostic Modules
pub mod backup;
pub mod consts;
pub mod env;
pub mod input;
pub mod mkfifo;
pub mod mktemp;
pub mod os;