mockersf / hocon.rs

Parse HOCON configuration files in Rust
MIT License
78 stars 16 forks source link

try and parse numbers as bytes #64

Closed mockersf closed 2 years ago

mockersf commented 2 years ago

fixes #62

if reading a field as a number fails, try to parse it as bytes