1 unstable release
Uses old Rust 2015
0.1.0 |
|
---|---|
0.0.1 | Nov 26, 2017 |
#95 in #development
26KB
597 lines
Warning
This is work in progress. The core functionality works and the crate may be used, but it is missing documentation and most of unit tests.
Overview
Rapid allows rapid console application development. It bundles a bunch of common dependencies and provides functions to allow you to create application rapidly.
Included features and dependencies:
- parsing command-line arguments using Docopt syntax
- handling errors with error-chain
- setup logging with slog
- setup global logger for log crate
- lazy-static
Dependencies
~7–15MB
~205K SLoC