Crate scribe[][src]

Re-exports

pub use buffer::Buffer;

Modules

buffer

Types related to in-memory buffers.

util

Structs

Error

The Error type.

Workspace

An owned collection of buffers and associated path, representing a running editor environment.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.