Cargo Features

ryuu has no features set by default.

[dependencies]
ryuu = { version = "2.0.0-alpha.2", features = ["small", "feat-exp-parse"] }
small

Use smaller lookup tables. Instead of storing every required power of 5, only store every 26th entry, and compute intermediate values with a
multiplication. This reduces the lookup table size by about 10x (only one case, and only f64) at the cost of some performance.

feat-exp-parse

Experimental parsing functions.