Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic/src/codec/
H A Dmod.rs6 mod buffer; module
16 pub use self::buffer::{DecodeBuf, EncodeBuf};
/tonic/tonic/
H A DCargo.toml50 "dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit", "tower?/util",
/tonic/tonic/src/transport/channel/
H A Dmod.rs32 buffer::{future::ResponseFuture as BufferResponseFuture, Buffer},
/tonic/examples/
H A Drouteguide-tutorial.md149 Our `.proto` file also contains protocol buffer message type definitions for all the request and
170 Behind the scenes, Tonic uses [PROST!] to handle protocol buffer serialization and code
682 server's responses to a response protocol buffer object (in this case a `Feature`) until there are
/tonic/tonic-types/proto/
H A Derror_details.proto174 // sequence of dot-separated identifiers that identify a protocol buffer
/tonic/
H A DCHANGELOG.md105 * **web:** Client decoding incomplete buffer bug ([#1540](https://github.com/hyperium/tonic/issues/…
418 * **codec:** Allocate inbound buffer once ([#578](https://github.com/hyperium/tonic/issues/578)) ([…
708 * **codec:** Fix buffer decode panic on full ([#43](https://github.com/hyperium/tonic/issues/43)) (…