martinthomson / ohttp

Rust library for encapsulating HTTP messages in a cryptographic wrapper
Apache License 2.0
22 stars 16 forks source link

Check that there is enough input in read_vec #36

Closed martinthomson closed 1 year ago

martinthomson commented 1 year ago

This required a bunch of API changes that were a little awkward to manage. That is the bulk of the work here.

In the end, retaining the dynamic dispatch stuff that the CLI tools were using was too hard, so that isn't quite as elegant as it was.

Closes #35.

martinthomson commented 1 year ago

I'll address the clippy nit in a separate change.