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