# binary-mirror
Core types and traits for binary-mirror derive macro. This crate is usually used through the `binary-mirror-derive` crate.
## Installation
```toml
[dependencies]
binary-mirror = "0.1"
binary-mirror-derive = "0.1"
```
## Usage
See the `binary-mirror-derive` crate for usage examples.