GitXplorerGitXplorer
L

serde-binprot

public
7 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
de1bc4276b0b013ad6b4c58974b1d409811d70c7

Fix some clippy lints for rust 1.66.

LLaurentMazare committed 2 years ago
Unverified
98daaf8f0f5dc57ea7bc69594d963b30e02e8485

Fix some clippy lint.

LLaurentMazare committed 3 years ago
Unverified
abaebda13a6db8b043ace3eaa3f5f4679c341aa1

Some serialization test.

LLaurentMazare committed 4 years ago
Unverified
9e5c448aab0f1555450addc9d5b5b0a9fad32e3f

Fix some clippy lints.

LLaurentMazare committed 4 years ago
Unverified
9edf44077d64be2c924e741a3cccb13d456e8944

Initial commit.

LLaurentMazare committed 4 years ago
Verified
01eb5c97185d24b22822c6fed695c7d6feb432df

Initial commit

LLaurentMazare committed 4 years ago

README

The README file for this repository.

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.