doc(interface-types) Improve serde module documentation.

This commit is contained in:
Ivan Enderlin 2020-04-02 16:41:03 +02:00
parent 88ad448486
commit 18414ea305

View File

@ -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,