Crate jumpdrive

Source

Modules§

prelude

Macros§

jumpdrive
The primary entrypoint for Jumpdrive.

Structs§

Jumpdrive
The internal representation of a Jumpdrive process.
Note: this type should never be constructed directly. Instead, use the jumpdrive! macro.

Enums§

Error
A specialized Error type to represent failures during server execution

Type Aliases§

IoError
An alias for std::io::Error
IoResult
An alias for Result<(), E> where E is std::io::Error
JumpdriveResult
A specialized Result type for the jumpdrive! macro.