maud/benchmarks
Berwyn Jamesson ad8dc8c4c7
Add an off-by-default 'unstable' flag ()
* Add an off-by-default 'unstable' flag

* Remove explicit web framework feature names

Having forgotten that deps and features can't have the same name,
attempts to better document all the features in one place were
misplaced.

* Split up tests on Travis

`cargo test` doesn't allow `--workspace` and `--features`
simultaneously, so we're forced to test each package separately in order
to manually specify features (or in this case, test everything but
unstable)

* Update Travis Config

- Document the state of Cargo workspaces and features
- Update the benchmarks to trickle down the 'unstable' feature
2020-07-21 22:04:48 +10:00
..
benches Update dependencies for benchmarks and docs 2020-06-20 19:34:04 +10:00
src Add preliminary benchmarks 2016-10-02 17:24:36 +13:00
.gitignore Add preliminary benchmarks 2016-10-02 17:24:36 +13:00
Cargo.lock Use std::matches! () 2020-07-18 17:49:01 +10:00
Cargo.toml Add an off-by-default 'unstable' flag () 2020-07-21 22:04:48 +10:00