[][src]Crate zkinterface

Re-exports

pub extern crate flatbuffers;
pub extern crate serde;
pub use consumers::reader::Reader;
pub use consumers::workspace::Workspace;
pub use producers::builder::Sink;
pub use producers::builder::StatementBuilder;
pub use producers::workspace::WorkspaceSink;
pub use producers::workspace::clean_workspace;
pub use structs::header::CircuitHeader;
pub use structs::command::Command;
pub use structs::constraints::ConstraintSystem;
pub use structs::constraints::BilinearConstraint;
pub use structs::keyvalue::KeyValue;
pub use structs::message::Message;
pub use structs::messages::Messages;
pub use structs::variables::Variables;
pub use structs::witness::Witness;

Modules

cli
consumers
producers
structs

Fully-owned version of each data structure. These structures may be easier to work with than the no-copy versions found in zkinterface_generated and Reader.

zkinterface_generated

Type Definitions

Result