Files
pacdef_rust/crates/pacdef_core
steven-omaha 0381fc7525 fix(grouping): non-canonical ordering
The first attempt 02c44c92d0 caused
`Section.partial_cmp` and `Section.cmp` to call each other recursively.
That lead to a stack overflow when compiled without optimizations, and
an infinite loop when optimizations were enabled.

This commit now properly implements at first `Ord` for both `Section`
and `Group`, and from this derives `PartialEq` for each.
2023-10-10 16:34:25 +02:00
..
2023-10-10 16:34:25 +02:00
2023-05-15 15:58:57 +02:00
2023-10-10 15:38:19 +02:00
2023-02-18 15:09:01 +01:00

pacdef_core

core library for pacdef

supported rust version

latest stable