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