add-ed 0.14.0

Embeddable pure rust editor based on ED
Documentation
use super::*;

mod change;
pub use change::*;
mod copy;
pub use copy::*;
mod cut;
pub use cut::*;
mod input;
pub use input::*;
mod join;
pub use join::*;
mod paste;
pub use paste::*;
mod scroll;
pub use scroll::*;
mod tag;
pub use tag::*;
mod transfer;
pub use transfer::*;