I am contemplating removing the home-grown `UnionFind` structure of petgraph with `ena`. We'd like to be able to provide `petgraph` in `no-std`; therefore: is there a possibility of `ena` being available as a `no-std` (but `alloc`) library?
I am contemplating removing the home-grown
UnionFindstructure of petgraph withena.We'd like to be able to provide
petgraphinno-std; therefore: is there a possibility ofenabeing available as ano-std(butalloc) library?