Commit Graph
3 Commits
Author SHA1 Message Date
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