proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
unicode-xid • 0.1.0Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
MIT1
Package
Relation
Dependencies
Published
checked-enum • 0.1.0Provides a trait `CheckedEnum` and a type `UncheckedEnum` which are
useful when wrapping FFI libraries that use enums which you cannot guarantee
will be in range, but you would like to allow a program to keep running
when such an enum value is encourtered.