mirror of
https://github.com/fluencelabs/interface-types
synced 2025-05-29 23:51:28 +00:00
7 lines
218 B
Rust
7 lines
218 B
Rust
|
//! Serde is not necessary to use WIT. It only provides a nicer API
|
||
|
//! for the end-user to send or receive its complex types to/from WIT
|
||
|
//! values, like `record` for instance.
|
||
|
|
||
|
pub(crate) mod de;
|
||
|
pub(crate) mod ser;
|