rototo 0.1.0-alpha.5

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_workspaces as discover_workspaces_in_tree;
pub use self::identity::{
    BranchName, CachedSourceTreeOrigin, CachedWorkspaceLocator, GitRefName, RepoRelativePath,
    SourceTreeOrigin, SourceTreeRevision, TokenIdentity, WorkspaceLocator, WorkspacePath,
};
pub use self::records::{BranchChanges, DiscoveredWorkspaces, SemanticWorkspace};