bellframe 0.13.2

Fast and idiomatic primitives for Change Ringing.
Documentation
1
2
3
4
5
6
7
8
9
10
mod accumulator;
mod borrowed; // Contains `Row`
mod errors;
mod owned; // Contains `RowBuf`
pub mod same_stage_vec;

pub use accumulator::RowAccumulator;
pub use borrowed::{BellIter, DbgRow, Row, ShortRow};
pub use errors::{InvalidRowError, MulIntoError};
pub use owned::RowBuf;