Skip to content

Commit

Permalink
Merge pull request #45 from bugadani/buffer
Browse files Browse the repository at this point in the history
Implement BufRead for BodyReader
  • Loading branch information
Ulf Lilleengen committed Oct 23, 2023
2 parents f68dbb9 + ab16446 commit 1890da8
Show file tree
Hide file tree
Showing 9 changed files with 574 additions and 394 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
run: cargo clippy

- name: Test
run: cargo test
run: |
cargo test
cargo test --no-default-features
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ This enables `alloc` on `embedded-tls` which in turn enables RSA signature algor
`reqwless` requires a feature from `nightly` to compile `embedded-io` with async support:

* `async_fn_in_trait`
* `impl_trait_projections`

This feature is complete, but is not yet merged to `stable`.
Loading

0 comments on commit 1890da8

Please sign in to comment.