mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
chore: update granc-core documentation
This commit is contained in:
parent
21b0b524d2
commit
81ac1d4be1
1 changed files with 0 additions and 4 deletions
|
|
@ -27,10 +27,6 @@
|
||||||
// * **Encoder**: Validates `serde_json::Value` against the input `MessageDescriptor` and serializes it.
|
// * **Encoder**: Validates `serde_json::Value` against the input `MessageDescriptor` and serializes it.
|
||||||
// * **Decoder**: Deserializes bytes into a `DynamicMessage` and converts it back to `serde_json::Value`.
|
// * **Decoder**: Deserializes bytes into a `DynamicMessage` and converts it back to `serde_json::Value`.
|
||||||
//!
|
//!
|
||||||
//! ## Feature Flags (Internal use only)
|
|
||||||
//!
|
|
||||||
//! * `gen-proto`: Enables support for generating reflection service bindings (internal use).
|
|
||||||
//!
|
|
||||||
//! ## Re-exports
|
//! ## Re-exports
|
||||||
//!
|
//!
|
||||||
//! This crate re-exports `prost`, `prost-reflect`, and `tonic` to ensure that consumers
|
//! This crate re-exports `prost`, `prost-reflect`, and `tonic` to ensure that consumers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue