binroots-proc-macros 0.2.0

Procedural macros indended for use by binroots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Migration

## 0.1.0
### Initial Commit

## 0.1.1
### Added docs to `binroots_struct` & `binroots_enum`
(no migration required)

## 0.2.0
### Enabled saving to different paths on Unix
- ADD optional `persistent` attribute to `binroots_struct`
	- Use when saving to persistent storage instead of in-memory storage (Unix only)