Expand description
Small helper functions used inside sys.
If any of these have uses outside of sys, please move them to a different
module.
Re-exports§
pub use small_c_string::run_path_with_cstr;pub use small_c_string::run_with_cstr;pub use wstr::WStrUnits;
Modules§
- small_
c_ 🔒string - wstr 🔒
- This module contains constructs to work with 16-bit characters (UCS-2 or UTF-16)
Functions§
- ignore_
notfound - mul_
div_ u64 - Computes
(value*numerator)/denomwithout overflow, as long as bothnumerator*denomand the overall result fit intou64(which is the case for our time conversions).