Find
C
ase-sensitive
R
egexp search
Path
Showing
af3c77e2
:
Bug
2001527
: add smartwindow quick_prompt_displayed glean metric integration r=ai-frontend-reviewers,Mardak
firefox-main
/
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
0 %
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
-