Crates.io | bilrost-types |
lib.rs | bilrost-types |
version | |
source | src |
created_at | 2023-11-22 10:58:23.185154 |
updated_at | 2025-01-07 20:04:22.557972 |
description | A compact protobuf-like serializer and deserializer for the Rust Language. |
homepage | |
repository | https://github.com/mumbleskates/bilrost |
max_upload_size | |
id | 1045081 |
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` |
size | 0 |
bilrost-types
Extra provided types for the bilrost
library, providing analogs to some
of the Protocol Buffers well known types. See the Protobuf reference for
more information about well known types.
bilrost-types
is distributed under the terms of the Apache License (Version
2.0).
bilrost-types
includes code imported from the Protocol Buffers projet, which
is included under its original (BSD) license.
See LICENSE for details.
Copyright 2023-2025 Kent Ross
Copyright 2017 Dan Burkert