Searched refs:buffer (Results 1 – 6 of 6) sorted by relevance
| /tonic/tonic/src/codec/ |
| H A D | mod.rs | 6 mod buffer; module 16 pub use self::buffer::{DecodeBuf, EncodeBuf};
|
| /tonic/tonic/ |
| H A D | Cargo.toml | 50 "dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit", "tower?/util",
|
| /tonic/tonic/src/transport/channel/ |
| H A D | mod.rs | 32 buffer::{future::ResponseFuture as BufferResponseFuture, Buffer},
|
| /tonic/examples/ |
| H A D | routeguide-tutorial.md | 149 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 D | error_details.proto | 174 // sequence of dot-separated identifiers that identify a protocol buffer
|
| /tonic/ |
| H A D | CHANGELOG.md | 105 * **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)) (…
|