rust-embedded / riscv

Low level access to RISC-V processors
818 stars 160 forks source link

Implement Eq and PartialEq for Range and Permission #206

Closed jsgf closed 3 months ago

jsgf commented 3 months ago

It's useful to be able to do equality tests for these for unit tests.

Should we do this more consistently?

jsgf commented 3 months ago

OK I rebased it over the check-cfg updates.