Crate scribe

Source

Re-exports§

pub use crate::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 Aliases§

Result
Convenient wrapper around std::Result.