Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
introduce an invalidation function to the cache helper to get rid of
repetitive code
split cli and candelabra out to separate crates
move most top-level operations into the State struct
|
|
|
|
|
|
|
|
this requires an unstable feature unfortunately, but is still
preferable to Box<dyn> for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
easier than changing them all, this is fine for now
|
|
|
|
|
|
this removes unnecessary boxing, and makes code more consistent with
rust conventions.
it also lets us actually use the ::new methods from generics (when
we're not generating code)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|