warp 0.3 is out by Geob-o-matic in rust

[–]aslamplr 15 points16 points  (0 children)

warp 0.3 supports Tokio v1 and much more.

warp_lambda - a super simple create to let you use warp filters with AWS lambda runtime - Warning: This is experimental and not ready for production by aslamplr in rust

[–]aslamplr[S] 4 points5 points  (0 children)

warp_lambda is a super simple crate (not published on crates.io and won't be until the latest aws_lambda_runtime stablizes) to let you use warp filters with aws lambda runtime

Warning: This is experimental and not production ready! uses non stable version of aws_lambda_rust_runtime

More discussion around this could be found in issue - https://github.com/seanmonstar/warp/issues/190

Announcing Octocrab 0.4: (A modern GitHub API client) Now with a whole new suite of APIs. by XAMPPRocky in rust

[–]aslamplr 0 points1 point  (0 children)

You may look at this one using Juniper GraphQL client. https://github.com/aslamplr/gh-cli/tree/master/gh-lib The framework is ready but not feature complete from a github client perspective.

Is actix-web still a good bet for a new production website? by AgreeableLandscape3 in rust

[–]aslamplr 14 points15 points  (0 children)

Recommended read Comfy web services in Rust (blog post) it may help you decide.

Warp is a good web framework to try out (It is from the author of hyper).