Crate basic_text_internals
source ·Re-exports§
pub use unicode_normalization;
Modules§
Structs§
- An iterator which inserts CGJ around unassigned scalar values.
Enums§
- An invalid Unicode scalar value sequence.
Traits§
- An extension crate providing iterator transforms useful before normalization.
Functions§
- Test whether the given Unicode scalar value is valid in a Basic Text string.
- Test whether
s
is a valid string in Basic Text. - Test whether
c
is a valid end value for a string in Basic Text. - Test whether
c
is a valid start value for a string in Basic Text. - Test whether
s
is a valid string in Basic Text. - Test whether
s
is a valid string in Basic Text quickly, in a way that may returnNone
if it can’t be determined quickly.