Crate boa_unicode

Source
Expand description

Boa’s boa_unicode crate for query valid Unicode identifiers.

§Crate Overview

This crate implements the extension to query if a char belongs to a particular unicode identifier property.

Current Version:

  • Unicode 15.0.0

More information:

Constants§

UNICODE_VERSION
The version of Unicode.

Traits§

UnicodeProperties
Extend a type of code point to query if a value belongs to a particular Unicode property.