Expand description
Collection of utilities to work with C stuff
Re-exports§
pub use args::Args;
Modules§
- C style arguments wrapper
- Environment variables
- Locale module
- Memory related utilities
- Process sub-module
Macros§
- Creates C compatible string that ends with null character
- Declares main function with C like signature, passing CLI arugments via
Args
- Creates command with
c_lit
macro and pass it to system call
Functions§
- Converts C string to Rust’s, verifying it is UTF-8
- Converts C string to Rust’s one assuming it is UTF-8
Type Aliases§
- Alias to C’s
int
type