Skip to content

Rust binprot serialization using serde

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

LaurentMazare/serde-binprot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serde-binprot

This crates provides binprot serialization via serde. It tries to provide the same serialization as the OCaml version for similar types.

This is an early prototype, and would need a lot more testing. Known limitations include:

  • Only enum with less than 256 variants are supported. This is because serde does not provide a way to know the total number of variants for an enum, see serde#663.

About

Rust binprot serialization using serde

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages