Skip to content

Add `Ord` instances for capability types

Jean-Paul Calderone requested to merge ord-instances into main

The ordering is entirely arbitrary but stable and predictable. This makes it possible to use capabilities as mapping keys, a handy ability whenever you have a collection of things related to Tahoe-LAFS.

Merge request reports