Re-exports§
pub use crate::buffer::Buffer;
Modules§
- Types related to in-memory buffers.
Structs§
- The Error type.
- An owned collection of buffers and associated path, representing a running editor environment.
Enums§
- The kind of an error.
Traits§
- Additional methods for
Result
, for easy interaction with this crate.
Type Aliases§
- Convenient wrapper around
std::Result
.