fasrt 0.3.0

A blazing fast, zero-copy subtitle parser and writer for SRT and WebVTT in Rust.
1
2
3
4
5
6
7
8
9
pub(crate) use buf::Buffer;
pub(crate) mod macros;

pub use entry::*;
pub use unit::*;

mod buf;
mod entry;
mod unit;