realia 0.1.0

Extra conditional compilation macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## Development
Rust 1.44.0 or newer is recommended.

* Run tests:
  * `REALIA_EMPTY='' REALIA_FULL=1 cargo test`
* Linting:
  * `cargo fmt`
  * `cargo clippy -- -D warnings`
* Activate pre-commit hooks (requires Python):
  ```
  pip install --user pre-commit
  pre-commit install
  ```