obid 0.1.1

A Rust implementation of the ObjectId data type as defined in the BSON specification.
Documentation
1
2
3
4
5
# Contributing to the project

- Commit messages should conform to [conventional commits]https://www.conventionalcommits.org/en/v1.0.0/#summary specification. A git hook is present in order to assure this, you just need to `npm i` to use it.
- Always run `cargo test` before committing. This is also ensured by the pre-commit hook.
- Don't be a dick to others.