xref: /third_party/rust/crates/rustix/src/path/mod.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rustix/src/path/
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

Indexes created Thu Nov 07 10:32:03 CST 2024