lex-core 0.8.2

Parser library for the lex format
Documentation
1
2
3
4
5
6
7
//! Legacy detokenizer module.
//!
//! The token library now owns the implementation. This module
//! simply re-exports the canonical API to avoid breaking existing paths
//! and snapshot identifiers.

pub use crate::lex::token::formatting::{detokenize, ToLexString};