basic-text 0.4.0

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,
        (13, 0, 0),
        "Code referencing Unicode 13.0.0 needs to be updated."
    );
}