mimblewimble/grin

Replace hyper with a lighterweight framework

开放

#2,040 创建于 2018年11月28日

 (13 条评论) (0 个反应) (0 位负责人)Rust (991 个派生)batch import
enhancementgood first issuehelp wantedquestion

仓库指标

星标
 (4,876 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hyper accounts for close to half of our external dependencies. We need to start weeding those out as much as possible or at least get a good control over them (see #2026).

Suggestions as base, both with far less dependencies:

https://github.com/tomaka/rouille https://github.com/steveklabnik/simple-server (would have to add TLS support)

Note that we could potentially create a fork of those and replace some of their dependencies with ours (same log framework, serde, etc). I think @hashmap and @garyyu have looked a bit at hyper replacements, any feedback?

贡献者指南