boa_unicode 0.16.0

Unicode support for the Boa JavaScript engine.
Documentation
#[test]
fn check_unicode_version() {
    assert_eq!(
        super::UNICODE_VERSION,
        unicode_general_category::UNICODE_VERSION
    );
}