objectid
A Rust implementation of a BSON ObjectId.
Based on zonyitoo/bson-rs
Modifications:
- Improve performance.
- Add
serdeserialize and deserialize support.
Document
Usage
Add dependency to Cargo.toml
[]
= "^0.1"
If you want serde support, enable the serde feature:
[]
= { = "^0.1", = ["serde"] }
In your main.rs or lib.rs:
extern crate objectid;
License
objectid is primarily distributed under the terms of the MIT license. See LICENSE for details.