rototo 0.1.0-alpha.6

Control plane for runtime configuration of your application.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod branch_changes;
mod cache;
mod discovery;
mod identity;
mod load;
mod records;
mod runtime;
mod source_tree;

pub use self::cache::StageCache;
pub(crate) use self::discovery::discover_packages as discover_packages_in_tree;
pub use self::identity::{
    BranchName, CachedPackageLocator, CachedSourceTreeOrigin, GitRefName, PackageLocator,
    PackagePath, RepoRelativePath, SourceTreeOrigin, SourceTreeRevision, TokenIdentity,
};
pub use self::records::{BranchChanges, DiscoveredPackages, SemanticPackage};