1--- 2name: Feature request 3about: Suggest an idea for this project. 4title: "[FEATURE]" 5labels: enhancement 6assignees: Alexhuszagh 7 8--- 9 10## Problem 11A clear and concise description of what the problem is. Ex. minimal-lexical does not parse standard-conforming JSON numbers. 12 13## Solution 14A clear and concise description of what you want to happen. 15 16## Prerequisites 17 18If applicable to the feature request, here are a few things you should provide to help me understand the issue: 19 20- Rust version: `rustc -V` 21- minimal-lexical version: 22 23## Alternatives 24A clear and concise description of any alternative solutions or features you've considered. 25 26## Additional Context 27Add any other context or screenshots about the feature request here. 28