Registry / serialization / rbson
library2.0.5rscratesunverified

Encoding and decoding support for BSON (Binary JSON) in Rust.

# Cargo.toml [dependencies] rbson = "2.0.5"
INSTALL
IMPORT
SIG · RBSON
R
rbson
serializationrustv2.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Document
use rbson::Document;

Create a new BSON document.

use rbson::Document; fn main() { let doc = Document::new(); println!("{:?}", doc); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rbson — cargo add rbson · libregistry