1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
//! The companion library to the nvimpam binary.
extern crate failure;
#[macro_use]
extern crate log;
extern crate neovim_lib;

pub mod card;
pub mod carddata;
pub mod codeyard;
pub mod event;
pub mod folds;
pub mod handler;
pub mod lines;
pub mod neovim_ext;
pub mod nocommentiter;
pub mod skipresult;