html_sys/edits/
mod.rs

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