warp v0.2

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

内容简介: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!


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

查看所有标签

猜你喜欢:

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

鼠标宣言

鼠标宣言

约翰·里德尔 / 倪萍、梅清豪 / 上海人民 / 2005-08-01 / 25.00

本书针对信息时代营销者不知该如何满足消费者的营销困境,提出了崭新的解决方案——以新技术为基础的群体筛选和推荐系统。随着信息管理软件和internet的高速发展,群体筛选技术下的推荐系统通过大量有关消费者偏好和购物记录的信息,以及对产品特征的准确把握,能够为消费者进行精确的推荐,提高了消费者的购物效率和准确度以及营销者的营销效率和竞争力。本书通过通俗而到位的讲解,向读者全面介绍了有关群体筛选技术的理......一起来看看 《鼠标宣言》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具