5 lines
140 B
Rust
Raw Normal View History

//! Reads the AST from a particular data representation; for instance,
//! `decoders::binary` reads the AST from a binary.
pub mod binary;