Skip to main contentCrate rialoman
Source pub use dirs::RialoDirs;pub use spec::Channel;pub use spec::InstallSpec;pub use spec::ReleaseId;
- cli
- Clap-based CLI surface for rialoman.
- current
- Track and persist the currently selected release via
current.json. - dirs
- Resolve and manage the filesystem layout for Rialo releases and toolchains.
- manifest
- Manifest models describing releases and their artifacts.
- release
- High-level orchestration for installing and switching Rialo releases.
- remote
- Remote manifest + artifact download helpers.
- shims
- Unix shim management for exposing the current release on PATH.
- spec
- Spec parsing utilities for converting user input into
(channel, version) release identifiers.