realia 0.2.0

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

For testing, you'll need to set the environment variables defined in `.envrc`.

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