Find
C
ase-sensitive
R
egexp search
Path
Showing
605b869f
from
2026-09-19
:
No Bug - Bumping Thunderbird l10n changesets r=release a=l10n-bump DONTBUILD
comm-central
/
third_party
/
rust
/
rmp
/
src
/
decode
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
bytes.rs
Implementation of the [Bytes] type
4834
-
dec.rs
1744
-
est.rs
12799
-
ext.rs
6078
-
mod.rs
Provides various functions and structs for MessagePack decoding. Most of the function defined in this module will silently handle interruption error (EINTR) received from the given `Read` to be in consistent state with the `Write::write_all` method in the standard library. Any other error would immediately interrupt the parsing process. If your reader can results in I/O error and simultaneously be a recoverable state (for example, when reading from non-blocking socket and it returns EWOULDBLOCK) be sure that you buffer the data externally to avoid data loss (using `BufRead` readers with manual consuming or some other way).
14828
-
sint.rs
4370
-
str.rs
6791
-
uint.rs
4235
-