mirror of
https://github.com/openharmony/third_party_rust_nom.git
synced 2026-07-01 21:04:01 -04:00
2d63ed43c0
minimal-lexical is a smaller library (compile faster), has no dependencies, and is faster than lexical-core 0.7 (0.8 will have the same algorithm). It requires a separate tokenization phase, done manually, but this will give more flexibility in supporting different syntaxes This commit removes the "lexical" feature, as there is no need now tosupport a separate version without the crate