Expand description
krypt-platform — cross-platform OS abstractions.
Where the OSes genuinely differ, the difference is handled here so the rest
of the workspace does not need cfg arms:
process— spawning a program by name, including Windows.cmd/.batshims thatstd::process::Commandcannot find on its own.
The notification backends live in krypt_core::notify, not here.
Modules§
- process
- Spawning programs by name the same way on every OS.
Constants§
- VERSION
- Crate version, exposed for
krypt --versionaggregation.