- 08 Jan, 2019 1 commit
-
-
Hero Bird authored
The problem with std::collections::HashMap is that there is no core::collections::HashMap or similar replacement for our no_std environment. Also hashbrown seems to have superior performance.
-
- 04 Jan, 2019 1 commit
-
-
Hero Bird authored
This will help writing tests with general setup and tear-down mechanics. Used to initialize env_logger for every unit test.
-
- 17 Dec, 2018 2 commits
- 15 Dec, 2018 1 commit
-
-
Hero Bird authored
The new system uses similar patterns as .gitignore does.
-
- 13 Dec, 2018 2 commits
- 12 Dec, 2018 1 commit
-
-
Hero Bird authored
This enabled TestEnv and disabled DefaultEnv. Use this for testing. Before this commit the standard "test" feature was used, however, its problem is that the test feature is crate-local and cannot be enabled or disabled by dependencies.
-
- 10 Dec, 2018 1 commit
-
-
Hero Bird authored
-