mirror of
https://github.com/fluencelabs/interface-types
synced 2025-04-24 23:32:13 +00:00
7 lines
184 B
Rust
7 lines
184 B
Rust
//! Writes the AST into a particular format; for instance,
|
|
//! `encoders::wat` writes the AST into a string representing WIT with
|
|
//! its textual format.
|
|
|
|
pub mod binary;
|
|
pub mod wat;
|