Expand description
Session management implementations.
Re-exports§
pub use manager::InMemorySessionManager;pub use mounted_repos::MountedRepo;
Modules§
- manager
- In-memory
SessionManagerimplementation. - mounted_
repos - Session state for repositories that have been cloned and mounted into the VFS.