Expand description
Runtime data types for the peace automation framework (native).
Consumers should depend on the peace_rt_model
crate, which re-exports
same-named types, depending on whether a native or WASM target is used.
Re-exports§
pub use crate::workspace::Workspace;
Modules§
- workspace
- Types that store information about the directories that a command runs in.
Structs§
- Storage
- Wrapper around file system operations.
- Sync
IoBridge - Use a
tokio::io::AsyncRead
synchronously as astd::io::Read
or atokio::io::AsyncWrite
synchronously as astd::io::Write
. - Workspace
Dirs Builder - Computes paths of well-known directories for a workspace.
- Workspace
Initializer - Logic to create peace directories and reads/writes initialization params.
Enums§
- Workspace
Spec - Describes how to discover the workspace directory.