hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.32k stars 954 forks source link

chore(codec): Use slice contains method to check if value contained #1764

Closed tottoto closed 3 days ago

tottoto commented 4 days ago

Uses slice's contains method to check if the value is contained.