#compact #language #part #encoding #most #generate #bilrost

macro bilrost-derive

A compact protobuf-like serializer and deserializer for the Rust Language

13 releases (8 breaking)

new 0.1007.0 May 1, 2024
0.1005.1 Apr 6, 2024
0.1004.0 Mar 4, 2024
0.0.1 Nov 22, 2023

#66 in #most

Download history 2/week @ 2024-01-29 122/week @ 2024-02-12 461/week @ 2024-02-19 118/week @ 2024-02-26 156/week @ 2024-03-04 7/week @ 2024-03-11 197/week @ 2024-04-01 64/week @ 2024-04-08 162/week @ 2024-04-15 190/week @ 2024-04-22

613 downloads per month
Used in 2 crates (via bilrost)

Apache-2.0

105KB
2.5K SLoC

Documentation Crate

bilrost-derive

bilrost-derive is part of the bilrost library. It handles generating encoding and decoding implementations for Rust types with bilrost annotations. For the most part, users of bilrost shouldn't need to interact with bilrost-derive directly, and should instead use the re-exports.

License

bilrost-derive is distributed under the terms of the Apache License (Version 2.0).

See LICENSE for details.

Copyright 2023-2024 Kent Ross
Copyright 2017 Dan Burkert


lib.rs:

This crate contains the derive macro implementations for the bilrost crate; see the documentation in that crate for usage and details.

Dependencies

~0.8–1.3MB
~28K SLoC