Module ron::value

source ·
Expand description

Value module.

Structs

  • A wrapper for f64, which guarantees that the inner value is finite and thus implements Eq, Hash and Ord.
  • A Value to Value map.

Enums

  • A wrapper for a number, which can be either f64 or i64.