Expand description
§Quork
A collection of small things that don’t deserve their own crate
§Features
For a list of features go to the Feature List Wiki page
Made with 💗 by Juliette Cordor
Modules§
- macros
- Quork macros module
- network
- Network helpers
- prelude
use quork::prelude::*
To include common helpful items- root
- Checks if the current process has root privileges.
- sized_
string - A sized, stack allocated string type.
- traits
- Trait implementations
- truncate
- Truncation helpers for truncating strings when formatting
- unix
- Unix specific functionality.
Macros§
- do_
while - A Rust implementation of the C
do while
loop