Docs.rs
bson-2.15.0
bson 2.15.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mongo-rust-driver
Dependencies
ahash ^0.8.0
normal
base64 ^0.22.1
normal
bitvec ^1.0.1
normal
chrono ^0.4.15
normal
optional
hex ^0.4.2
normal
indexmap ^2.1.0
normal
once_cell ^1.5.1
normal
rand ^0.9
normal
serde ^1.0
normal
serde_bytes ^0.11.5
normal
serde_json ^1.0
normal
serde_path_to_error ^0.1.16
normal
optional
serde_with ^1.3.1
normal
optional
serde_with ^3.1.0
normal
optional
time ^0.3.9
normal
uuid ^1.1.2
normal
uuid ^0.8.1
normal
optional
assert_matches ^1.2
dev
chrono ^0.4
dev
criterion ^0.3.0
dev
pretty_assertions ^0.6.1
dev
proptest ^1.0.0
dev
serde_bytes ^0.11
dev
serde_path_to_error ^0.1.16
dev
getrandom ^0.2
normal
getrandom ^0.3
normal
js-sys ^0.3
normal
uuid ^1.1.2
normal
Versions
92.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bson
2.15.0
Array
Aliased Type
In crate bson
bson
Type Alias
Array
Copy item path
Source
pub type Array =
Vec
<
Bson
>;
Expand description
Alias for
Vec<Bson>
.
Aliased Type
ยง
struct Array {
/* private fields */
}