We need to support type annotations. In general we rely on serde to drive the type interpretations, so for 1.0 my intent is only to parse and discard them. Future support post 1.0 should include:
Smarter number parsing (use the type annotation rather than formatting inference to pick between i64 / u64 / f64
Add a kaydle magic to support storing them somewhere.
We need to support type annotations. In general we rely on serde to drive the type interpretations, so for 1.0 my intent is only to parse and discard them. Future support post 1.0 should include:
i64
/u64
/f64