warp v0.2

栏目: IT技术 · 发布时间: 6年前

内容简介:Warp is a Rust web server framework focusing on composability and strongly-typed APIs.Today sees the release ofThe most exciting part of this release is the upgrade to

Warp is a Rust web server framework focusing on composability and strongly-typed APIs.

Today sees the release of v0.2 !

Async and Await

The most exciting part of this release is the upgrade to std::future , so you can now use async / await for cleaner flow control. Due to how warp encourages composition of filters, this is most noticeable at the “ends” of a filter chain, where an application is doing its “business logic”, converting input into actions and replies. And that’s where most of the app code is!

Services

In the original release of warp , I wrote:

We’d like for warp to be able to make use of all the great tower middleware that already exists.

As part of this release, that is now possible! Any Filter which returns a Reply can now be converted into a Service using warp::service(filter) . This means you can wrap your filters with any of the growing middlewares, as described in the hyper v0.13 announcement .

Thanks

This was a lot of work by over 60 new contributors , including the massive std::future refactor by new collaborator @jxs .

Be sure to check the changelog for all the goodies!


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Kotlin程序员面试算法宝典

Kotlin程序员面试算法宝典

孙伟、楚秦 / 机械工业出版社 / 2018-12 / 69

本书是一本讲解程序员面试笔试算法的书籍。在写法上,除了讲解如何解答算法问题以外,还引入了例子辅以说明,以便读者能够更加容易地理解。 本书将程序员面试笔试过程中的各类算法类真题一网打尽。在题目的广度上,通过各种渠道,搜集了近3年来几乎所有IT企业面试笔试算法高频题目,所选择题目均为企业招聘使用题目;在题目的深度上,本书由浅入深、庖丁解牛式地分析每一个题目,并提炼归纳,同时,引入例子与源代码、时......一起来看看 《Kotlin程序员面试算法宝典》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具