nushell/crates/nuon/src
Bahex 16e174be7e
fix nuon conversions of range values (#14687)
# Description
Currently the step size of range values are discarded when converting to
nuon. This PR fixes that and makes `to nuon | from nuon` round trips
work.

# User-Facing Changes
`to nuon` conversion of `range` values now include the step size

# Tests + Formatting
Added some additional tests to cover inclusive/exclusive integer/float
and step size cases.
2025-01-07 21:29:39 +01:00
..
from.rs Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
lib.rs more closure serialization (#14698) 2025-01-07 11:51:22 -06:00
to.rs fix nuon conversions of range values (#14687) 2025-01-07 21:29:39 +01:00