6 ms·
> Does rust have good deserializers for json and xml? yes. https://github.com/serde-rs/json https://github.com/serde-rs/json > Can you work well with a rust a
by indeyets 2y ago
> Does rust have good deserializers for json and xml?
yes. https://github.com/serde-rs/json https://github.com/serde-rs/json
> Can you work well with a rust application that interacts with react?
can you write an API-server in Rust? sure. or what do you mean?
- estebank 2y agoTo add to this, this should give you an idea of what this looks like to use: https://serde.rs/derive.html https://serde.rs/derive.html