Module add_ed::buffer[][src]

Expand description

Contains the Buffer trait and any build in implementations.

Modules

file

File IO abstractions to help in implementing custom buffers

Traits

Buffer

Trait that defines a buffer supporting ’ed’s base commands

Functions

verify_index

Verify that the index is between 0 and buffer.len() inclusive.

verify_selection

Verify that all lines in the selection exist and that it isn’t empty.