6 lines
168 B
Rust
Raw Normal View History

//! 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 wat;