[][src]Crate sequoia_core

Contexts and errors.

Sequoia tries to be useful for a wide variety of applications. Therefore, we need you to provide a little information about the context you are using Sequoia in.

Examples

A context with reasonable defaults can be created using Context::new:

let c = Context::new();

Structs

Config

Represents a Context configuration.

Context

A Context for Sequoia.

Enums

Error

Errors for Sequoia.

IPCPolicy

IPC policy for Sequoia.

Type Definitions

Result

Result type for Sequoia.