axiom-codec 0.2.1

This crate contains Rust types for Axiom queries and specifies how to encode/decode them to field elements for in-circuit use.
Documentation
1
2
3
4
5
pub mod native;
pub mod reader;
/// Implement conversion from codec types to [axiom_eth::utils::component::types::Flatten] types
mod shim;
pub mod writer;