arewewebyet icon indicating copy to clipboard operation
arewewebyet copied to clipboard

OBSOLETE. Are we web yet? A simple reckoning of Rust’s readiness for Web-related things.

Results 7 arewewebyet issues
Sort by recently updated
recently updated
newest added

Added the [Diesel](http://diesel.rs/) ORM

As for OAuth 1.0 there are: https://github.com/gifnksm/oauth-client-rs https://github.com/azyobuzin/rust-oauthcli For OAuth2: https://github.com/Byron/yup-oauth2 https://github.com/alexcrichton/oauth2-rs https://github.com/programble/inth-oauth2

https://crates.io/crates/lettre

References: - https://en.wikipedia.org/wiki/OAuth - https://tools.ietf.org/html/rfc5849

Please add https://github.com/SimonPersson/ease This is the client side HTTP lib

[kuchiki](https://github.com/SimonSapin/kuchiki) is an HTML/XML tree manipulation library. I think it should be added to the client-side list, as it's an important library for web scraping. Example usage: https://github.com/sunng87/urdict/blob/master/src/page.rs#L42-L60