1
2
3
4
5
//! These elements let you provide indications that specific parts of the text have been altered.
mod del;
pub use del::*;
mod ins;
pub use ins::*;