memquota features, preparation
-
Change the name of the feature that enables the
HasMemoryCost
trait, in crates where that's conditionally-compiled, tomemquota-memcost
. That leavesmemquota
for "we actually enabale the quota system". Using the same name for these two things was confusing. -
Have everyone that depends on
tor-memquota
for its traits and types usedefault-features = false
, so we can maketor-memquota/memquota
enabled by default.
This is the textually large but quite boring prefix of a branch where I actually document things and sort out the features. I'd appreciate a quick turnaround as this branch is likely to rot quickly.