summaryrefslogtreecommitdiff
path: root/src/error.rs (follow)
AgeCommit message (Collapse)Author
2026-06-23Roorganized into workspace and packages.eichlan
This is to accomidate a new proc_macro package, which can't have anything else in it.
2026-06-11Halfway there. About half the code is going away.Mike Buland
I'm learning better how to take advantage of features of rust to simplify the code a lot. It's actually really cool.
2026-06-11Split things out, made things easier to use.Mike Buland
CrimError now has several constructors for different cases, so it's easier to use, using constructors is normalized now. Value has a load of From implementations now so it's much, much, much easier to use in practice.
2026-06-11Broke out error and renamed it.Mike Buland
I like the new name, now it could be for all sorts.