Crate rsvim_core

Source
Expand description

The core library for the RSVIM editor.

Modules§

buf
Vim buffers.
cart
Cartesian coordinate system.
cli
Command line.
defaults
Vim’s default options.
error
Results and errors.
evloop
Event loop.
glovar
Global constants and (environment) variables.
js
JavaScript runtime.
log
Logging utils.
state
Vim editing mode.
test
Testing utils.
ui
User interface.

Macros§

geo_point_as
Convert the generic type T inside geo::Point<T> to another type U.
geo_rect_as
Convert the generic type T inside geo::Rect<T> to another type U.
geo_size_as
Convert the generic type T inside Size<T> to another type U.
inode_generate_impl
Generate getter/setter for Inode.
inode_generate_impl_1
Generate getter/setter for Inode, with 1-lifetime.