Commit Graph
4 Commits
Author SHA1 Message Date
919d28b2b9 feat(transport): Expose hyper's H2 adaptive window on server (#1071)
Co-authored-by: Adam Chalmers <[email protected]>
2022-09-06 14:37:20 -04:00
2e19b660e5 tonic: Document Ascii and Binary (#993)
This fixes the problem where MetadataValue::from<i16> (and other numeric types) aren't shown in Rustdoc, because they're implemented for Metadata<Ascii>, and Ascii is hidden.

Co-authored-by: Adam Chalmers <[email protected]>
2022-05-03 12:09:15 -04:00
edc5a0d88d feat: Add TryFrom implementations for MetadataValue (#990)
Co-authored-by: Adam Chalmers <[email protected]>
2022-05-02 13:38:42 -04:00
350ccf95e4 chore: Update tokio-util to 0.7 (#949)
Co-authored-by: Adam Chalmers <[email protected]>
2022-03-30 10:44:07 -04:00