Skip to main content

Crate krypt_platform

Crate krypt_platform 

Source
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 / .bat shims that std::process::Command cannot 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 --version aggregation.