[go: up one dir, main page]

bson 1.1.0-beta

Encoding and decoding support for BSON in Rust
Documentation
1
2
3
4
5
6
7
8
9
mod modules;
mod spec;

use lazy_static::lazy_static;
use modules::TestLock;

lazy_static! {
    pub(crate) static ref LOCK: TestLock = TestLock::new();
}