Skip to main contentCrate dodot_lib
Source pub use error::DodotError;pub use error::Result;
- commands
- Public command API — the entry points for all dodot operations.
- config
- Configuration system for dodot, powered by clapfig.
- datastore
- State management for dodot.
- error
- execution
- Executor — converts
HandlerIntents into DataStore calls. - fs
- handlers
- Handler trait, types, and implementations.
- operations
- Operation types — the atomic units of work dodot performs.
- packs
- Pack types, discovery, and orchestration.
- paths
- render
- Rendering infrastructure for dodot output.
- rules
- Rule types, pattern matching, and file scanning.
- shell
- Shell integration — generates
dodot-init.sh.