consts: Whittle down to the essentials

This factors the junk drawer of constants into the relevant files.

There are still a few "global" ones left but they can be addressed in a
followup commit.
This commit is contained in:
Tony Arcieri
2019-12-08 08:39:21 -08:00
parent 4dfac56753
commit 104020d518
12 changed files with 102 additions and 111 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ pub mod cccid;
pub mod certificate;
pub mod chuid;
pub mod config;
pub mod consts;
mod consts;
#[cfg(feature = "untested")]
pub mod container;
pub mod error;