miette/miette-derive
Justus Fluegel 1a3a4c224a
Add required bounds to derived impl
This is implemented using a new TypeBoundsStore struct which tracks
usage of types during parsing and stores required bounds for generics,
trying to use some heuristics to remove unneeded bounds.

Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
Signed-off-by: Justus Flügel <justusfluegel@gmail.com>
2025-12-17 20:36:21 +01:00
..
src Add required bounds to derived impl 2025-12-17 20:36:21 +01:00
Cargo.toml Add required bounds to derived impl 2025-12-17 20:36:21 +01:00
LICENSE feat(derive): added basic derive macro 2021-08-15 11:49:02 -07:00