Cargo Features
nrc-protobuf has no features set by default.
[dependencies]
nrc-protobuf = { version = "2.8.0", features = ["with-bytes", "with-serde"] }
- with-bytes = bytes
- with-serde = serde, serde_derive
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- bytes with-bytes?
-
Enables bytes ^0.4
Affects
core::parse_from_carllerche_bytes
,rt::read_repeated_carllerche_string_into
,rt::read_singular_carllerche_string_into
,rt::read_singular_proto3_carllerche_string_into
,rt::read_repeated_carllerche_bytes_into
,rt::read_singular_carllerche_bytes_into
,rt::read_singular_proto3_carllerche_bytes_into
,types::ProtobufTypeCarllercheBytes
,types::ProtobufTypeCarllercheChars
… - serde with-serde?
- serde_derive with-serde?