Releases: zeon256/pulau-rs
Releases · zeon256/pulau-rs
v0.2.0
- Allow both non-owned and owned contiguous containers as part of underlying data structure
- Simplify and removed
const N: usize
parameter from traitsFind<T>
,Connected<T>
,Union<T>
- Simplify traits bounds on
UnionFind
structure - Show examples of other types of containers used in tests (with
heapless::Vec<T,N>
) - Allow
T
type parameter inUnionFind
to take in non-integral types
v0.1.0
Full Changelog: https://github.com/zeon256/pulau-rs/commits/v0.1.0