roadster 0.7.0-beta

A "Batteries Included" web framework for rust designed to get you moving fast.
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: src/app/prepare.rs
expression: options
---
PrepareOptions {
    env: Some(
        Test,
    ),
    parse_cli: false,
    config_dir: None,
}