This website requires JavaScript.
Explore
Help
Sign In
berkus
/
bincode
mirror of
https://git.sr.ht/~stygianentity/bincode
Watch
1
Star
0
Fork
You've already forked bincode
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d800d0f181
bincode
/
src
/
error.rs
7 lines
97 B
Rust
Raw
Blame
History
#[
non_exhaustive
]
#[
derive(Debug)
]
pub
enum
Error
{
InvalidIntEncoding
,
UnexpectedEnd
,
}
Reference in New Issue
View Git Blame
Copy Permalink