Hacker News new | ask | show | jobs
by indeyets 456 days ago
> Does rust have good deserializers for json and xml?

yes. 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?

1 comments

To add to this, this should give you an idea of what this looks like to use: https://serde.rs/derive.html