abscissa 0.9.0

Application microframework with support for command-line option parsing, configuration, error handling, logging, and terminal interactions. This crate contains a CLI utility for generating new applications.
Documentation
1
2
3
4
5
6
7
8
9
# App Tests

Any `*.rs` files in the `tests/app` directory will be copied to the `tests/`
directory of the generated application prior to `cargo test` being run
during Abscissa's own integration testing.

This allows for programmatically testing properties and/or behavior within the
generated application without making the tests part of the default application
template.