//! `lang-util-derive` is a proc-macro crate providing automatically derived implementations of the
//! traits provided by [`lang-util`](https://crates.io/crates/lang-util).
//!
//! These macros are re-exported by the `lang-util` crate, which you should depend on instead.
extern crate darling;
/// Derives an implementation of `NodeContentDisplay` for the given type.
/// Derive `lang_util::error::Token` for an enum usable with Logos