docs.rs failed to build hoot-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
hoot-0.2.6
hoot
no_std, allocation free http 1.1 library.
API in flux
This library is currently experimental. We're trying to find a good API that fulfil these criteria:
- Allocation free – To be useful in no_std environments without allocators.
- Ergonomic - As ergonomic as possible while still being allocation free.
- Correct - Encourage (or force) correct HTTP 1.1 usage.
The library has both a client and a server implementation.
License: MIT OR Apache-2.0