1 2 3 4 5 6 7 8
use proc_macro_hack::proc_macro_hack; pub use unic_langid_impl::LanguageIdentifier; /// Add one to an expression. /// /// (Documentation goes here on the re-export, not in the other crate.) #[proc_macro_hack] pub use unic_langid_macros_impl::langid;