binary-mirror 0.1.10

Core types for binary-mirror derive macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.