mimblewimble/grin

Replace hyper with a lighterweight framework

オープン

#2,040 opened on 2018/11/28

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (991 件のフォーク)batch import
enhancementgood first issuehelp wantedquestion

Repository metrics

Stars
 (4,876 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド