Skip to main content

gproxy_tokenize/
lib.rs

1//! GPROXY local token counting.
2//!
3//! The nested `tokenize` module preserves the pre-split module paths. The root
4//! re-exports keep the crate ergonomic for direct users.
5
6pub mod tokenize;
7
8pub use tokenize::*;