Crate peace_rt_model_native
source ·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§
- Types that store information about the directories that a command runs in.
Structs§
- Wrapper around file system operations.
- Use a
tokio::io::AsyncRead
synchronously as astd::io::Read
or atokio::io::AsyncWrite
as astd::io::Write
. - Computes paths of well-known directories for a workspace.
- Logic to create peace directories and reads/writes initialization params.
Enums§
- Describes how to discover the workspace directory.