Find
C
ase-sensitive
R
egexp search
Path
Showing
e137f34a
:
Bug
2017583
- Update the correct menu popup in Spam Settings. r=arschmitz
comm-central
/
third_party
/
rust
/
rustix
/
src
/
path
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
arg.rs
Convenient and efficient string argument passing. This module defines the `Arg` trait and implements it for several common string types. This allows users to pass any of these string types directly to rustix APIs with string arguments, and it allows rustix to implement NUL-termination without the need for copying or dynamic allocation where possible.
28309
-
dec_int.rs
Efficient decimal integer formatting. # Safety This uses `CStr::from_bytes_with_nul_unchecked` and `str::from_utf8_unchecked`on the buffer that it filled itself.
3514
-
mod.rs
Filesystem path operations.
278
-