I would like to make rpds an optional dependency while at the same time implementing some traits in a generic manner
(i.e. impl<T, P: archery::SharedPointerKind> for rpds::Vector<T, P>).
I can't find a way to make this work without adding archery as an optional dependency and then requiring users to enable both features.
I would like to make
rpds
an optional dependency while at the same time implementing some traits in a generic manner (i.e.impl<T, P: archery::SharedPointerKind> for rpds::Vector<T, P>
).I can't find a way to make this work without adding
archery
as an optional dependency and then requiring users to enable both features.