fasrt 0.1.0

A blazing fast, zero-copy subtitle parser and writer for SRT and WebVTT in Rust.
1
2
3
4
5
6
// HTML5 named character reference table (phf map generated by build.rs).
//
// The map is keyed by entity name WITHOUT the leading `&`.
// Values are slices of Unicode code points.

include!("../../generated/html5_entities.rs");