const-oid 0.3.0

ISO/IEC Object Identifier (OID) constants with heapless no_std support
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.0 (2020-12-05)
### Added
- Byte and string parsers ([#89])

[#89]: https://github.com/RustCrypto/utils/pull/89

## 0.2.0 (2020-09-05)
### Changed
- Validate OIDs are well-formed; MSRV 1.46+ ([#76])

[#76]: https://github.com/RustCrypto/utils/pull/76

## 0.1.0 (2020-08-04)
- Initial release