#lexer #standalone #dyn-quantity

dyn_quantity_lexer

Lexer for crate dyn_quantity

2 releases

Uses new Rust 2024

0.1.1 Oct 18, 2025
0.1.0 Oct 18, 2025

#15 in #standalone


Used in 2 crates (via dyn_quantity)

MIT/Apache

14KB
277 lines

This crate contains the lexer for the "dyn_quantity" crate. It is separated from "dyn_quantity" because the lexer is created using the logos macros. These expand into a lot of code, making it hard for language servers such as rust-analyzer to keep up. The separation makes it possible to use language servers together with "dyn_quantity". See the README.md of "dyn_quantity" for further details.


dyn_quantity_lexer

This is not a stand-alone crate. Please have a a look at https://crates.io/crates/dyn_quantity

Dependencies

~42KB