bioneer 0.1.1

An Open-Source Rust Implementation of Bionic Reading.
Documentation
1
2
3
pub fn highlight(text: &str) -> String {
    format!("<b>{}</b>", text)
}