/nerf

No-nonsense, elegant request framework

Primary LanguageRust

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.