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§
- Dart
Accumulator - Dart support.
- Java
Accumulator - Java Serializable support.
- Mock
Accumulator - Testing purposes only.
- Python
Accumulator - Python 3.8+ support.
- Rust
Accumulator - Rust support using serde.
- Typescript
Accumulator - 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