rustwasm / gloo

A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
https://gloo-rs.web.app
Apache License 2.0
1.72k stars 141 forks source link

Started to add intl apis #451

Open MendyBerger opened 4 months ago

MendyBerger commented 4 months ago

This PR starts to add a clean wrapper around the Intl api. I started with NumberFormat and DateTimeFormat, and didn't add in all options yet.