basic-text 0.19.1

Basic Text strings and I/O streams
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn unicode_version() {
    // Check that our version of Unicode matches `unicode_normalization`'s.
    assert_eq!(
        basic_text::UNICODE_VERSION,
        (15, 0, 0),
        "Code referencing Unicode 15.0.0 needs to be updated."
    );
}