unicode-ident 1.0.13

Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
Documentation
1
2
3
4
5
6
7
#![allow(clippy::module_inception)]

#[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
#[rustfmt::skip]
mod trie;

pub(crate) use self::trie::*;