mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-18 19:28:13 -04:00
remove rkyv
This commit is contained in:
parent
4078c00098
commit
80cb23c0c6
86 changed files with 943 additions and 2442 deletions
|
@ -119,7 +119,7 @@ pub struct VeilidFFIConfig {
|
|||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct VeilidFFIRouteBlob {
|
||||
pub route_id: veilid_core::RouteId,
|
||||
#[serde(with = "veilid_core::json_as_base64")]
|
||||
#[serde(with = "veilid_core::as_human_base64")]
|
||||
pub blob: Vec<u8>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue