tame/tamer/src/asg/graph/object
Mike Gerwitz a738a05461 tamer: asg::graph::object::rel: Hash impls for ObjectIndexTo{,Tree}
All ObjectIndex-like objects hash using only the underlying identifier,
which ultimately boils down to a `NodeIndex` (petgraph), which is just a
u32.  And so in that sense, the only purpose we have for hashing it is to
(a) reduce the space required to store mappings, and (b) compose with other
`Hash`es.

DEV-13708
2023-04-05 15:46:42 -04:00
..
ident Copyright year and name update 2023-01-20 23:37:30 -05:00
expr.rs tamer: asg::graph::rel::ObjectIndexTreeRelTo: New trait and related 2023-04-04 14:33:34 -04:00
ident.rs tamer: asg::graph::rel::ObjectIndexTreeRelTo: New trait and related 2023-04-04 14:33:34 -04:00
meta.rs tamer: asg::graph::rel::ObjectIndexTreeRelTo: New trait and related 2023-04-04 14:33:34 -04:00
pkg.rs tamer: asg::graph::rel::ObjectIndexTreeRelTo: New trait and related 2023-04-04 14:33:34 -04:00
rel.rs tamer: asg::graph::object::rel: Hash impls for ObjectIndexTo{,Tree} 2023-04-05 15:46:42 -04:00
root.rs tamer: asg::graph::rel::ObjectIndexTreeRelTo: New trait and related 2023-04-04 14:33:34 -04:00
tpl.rs tamer: asg::graph::rel::ObjectIndexTreeRelTo: New trait and related 2023-04-04 14:33:34 -04:00