bilrost-derive

Crates.iobilrost-derive
lib.rsbilrost-derive
version
sourcesrc
created_at2023-11-22 10:58:12.189784
updated_at2025-01-21 11:37:28.888799
descriptionA compact protobuf-like serializer and deserializer for the Rust Language.
homepage
repositoryhttps://github.com/mumbleskates/bilrost
max_upload_size
id1045080
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Kent Ross (mumbleskates)

documentation

https://docs.rs/bilrost-derive

README

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-2025 Kent Ross
Copyright 2017 Dan Burkert

Commit count: 2032

cargo fmt