Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 526 Bytes

Note: this crate is in an experimental sketch state. Please be careful if using on production environments.


nerf

nerf stands for:

  • No-nonsense: Correctly handle every cases(including errors, rate limits, etc.) without gotchas/unsafes.
  • Ergonomic: Frictionless integration into existing ecosystems such as tower and hyper.
  • Request Framework: Provides abstractions and utility implementations for (mainly HTTP) request/response pairs.