mirror of
https://github.com/fluencelabs/interface-types
synced 2025-05-29 23:51:28 +00:00
7 lines
181 B
Rust
7 lines
181 B
Rust
//! Reads the AST from a particular data representation; for instance,
|
|
//! [`decoders::binary`](binary) reads the [AST](crate::ast)
|
|
//! from a binary.
|
|
|
|
pub mod binary;
|
|
pub mod wat;
|