rstmt-nrt 0.1.0

this crate focuses on providing support for the neo-riemannian theory of music
Documentation
1
2
3
4
5
6
7
8
9
/*
    Appellation: parallel <module>
    Created At: 2025.12.24:15:41:09
    Contrib: @FL03
*/

pub struct ParIter<'a> {
    _marker: core::marker::PhantomData<&'a ()>,
}