Add Rust number parsing implementation
authorJakob Cornell <jakob+gpg@jcornell.net>
Sat, 23 Sep 2023 04:26:06 +0000 (23:26 -0500)
committerJakob Cornell <jakob+gpg@jcornell.net>
Tue, 26 Sep 2023 22:38:09 +0000 (17:38 -0500)
commitcf8a86bd3c597eaffa1f00899212f9a67db0ae57
tree0e9dbfa637d9ca68aafd72aabde615cd1ea9ec3d
parent44267a0b1cdb299cf4bb695ad5639f95449be10a
Add Rust number parsing implementation

This includes ports of tests that don't require HTML parsing; the rest are coming later.
sharedmodel/Cargo.toml
sharedmodel/src/lib.rs
sharedmodel/src/update_parse.rs [new file with mode: 0644]