1
2
3
4
5
//! # htmlentity
//!
//! A library used for encoding and decoding for html entities.
pub mod data;
pub mod entity;