Module codegen

Module codegen 

Source
Expand description

See ACCUMULATOR_SUPPORT_LIST for the list of supported accumulators.

For contributors, I recommend reading and playing with the mock implementation first, then reading the rust implementation.

Structs§

DartAccumulator
Dart support.
JavaAccumulator
Java Serializable support.
MockAccumulator
Testing purposes only.
PythonAccumulator
Python 3.8+ support.
RustAccumulator
Rust support using serde.
TypescriptAccumulator
Typescript support.

Constants§

ACCUMULATOR_SUPPORT_LIST
The list of supported accumulators: ["typescript", "python", "dart", "rust", "java", "mock"].

Functions§

accumulator_choose_with_str
Choose an accumulator from ACCUMULATOR_SUPPORT_LIST