maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
388 stars 7 forks source link

Coerce floats, bools, and ints to text by passing them directly #31

Closed maciejhirsz closed 1 year ago

maciejhirsz commented 1 year ago

This lets us skip ryu as dependency. u64, u128, i64, and 128 are still passed as strings via itoa since they might not fit in the JS number type.

maciejhirsz commented 1 year ago

Closing in favor of #36