mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
doc(interface-types) Improve serde
module documentation.
This commit is contained in:
parent
88ad448486
commit
18414ea305
@ -1,6 +1,6 @@
|
||||
//! Serde is not necessary to use WIT. It only provides a nicer API
|
||||
//! for the end-user to rebuild its complex types from WIT values,
|
||||
//! like `record`.
|
||||
//! for the end-user to send or receive its complex types to/from WIT
|
||||
//! values, like `record` for instance.
|
||||
|
||||
use crate::{
|
||||
ast::InterfaceType,
|
||||
|
Loading…
Reference in New Issue
Block a user