html-sys 0.4.3

Raw HTTP bindings
Documentation
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::*;