obid 0.3.0

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

## Coding rules

- 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.

## Code of Conduct

There is no code of conduct, just don't be a dick to others.