1b8a62b91Sopenharmony_ci//! Filesystem path operations. 2b8a62b91Sopenharmony_ci 3b8a62b91Sopenharmony_cimod arg; 4b8a62b91Sopenharmony_ci#[cfg(feature = "itoa")] 5b8a62b91Sopenharmony_cimod dec_int; 6b8a62b91Sopenharmony_ci 7b8a62b91Sopenharmony_cipub use arg::Arg; 8b8a62b91Sopenharmony_ci#[cfg(feature = "itoa")] 9b8a62b91Sopenharmony_cipub use dec_int::DecInt; 10b8a62b91Sopenharmony_ci 11b8a62b91Sopenharmony_cipub(crate) const SMALL_PATH_BUFFER_SIZE: usize = 256; 12