Skip to main content

Module dto

Module dto 

Source
Expand description

Per-export DTO wrappers for the wasm boundary; only parcel needs them, since its canonical types stay free of tsify.

Re-exports§

pub use parcel::ExportKindDto;
pub use parcel::ParcelConfigDto;
pub use parcel::ParcelDecodeMetaDto;
pub use parcel::ParcelDecodedDto;
pub use parcel::ParcelLimitsDto;
pub use parcel::ResultExportDto;
pub use parcel::ResultItemDto;

Modules§

parcel 🔒
DTO wrappers for parcel codec types crossing the wasm boundary, adding camelCase serde renames.