Docs.rs
fluvio-controlplane-metadata-0.50.1
fluvio-controlplane-metadata 0.50.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sehz
github:infinyon:fluvio-publisher
digikata
Dependencies
anyhow ^1.0.86
normal
base64 ^0.22.1
normal
bytes ^1.7.2
normal
bytesize ^1.3.0
normal
cfg-if ^1.0.0
normal
derive_builder ^0.20.0
normal
flate2 ^1.0.25
normal
optional
fluvio-protocol ^0.50.1
normal
fluvio-stream-model ^0.50.1
normal
fluvio-types ^0.50.1
normal
flv-util ^0.5.2
normal
humantime-serde ^1.1.1
normal
optional
lenient_semver ^0.4.2
normal
schemars ^1
normal
optional
semver ^1.0.13
normal
serde ^1.0
normal
optional
serde_yaml ^0.9.0
normal
optional
thiserror ^2.0.11
normal
toml ^0.8.0
normal
optional
tracing ^0.1.19
normal
serde_json ^1.0.60
dev
Versions
13.26%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
fluvio_controlplane_metadata/message/
mod.rs
1
mod
messages;
2
mod
msg_type;
3
4
pub use
messages::
*
;
5
pub use
msg_type::
*
;