[go: up one dir, main page]

unicode-ident 1.0.22

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::*;