Looking at the API of [`StaticRc`](https://docs.rs/static-rc/latest/static_rc/rc/struct.StaticRc.html) and [`SharedPointerKind`](https://docs.rs/archery/0.4.0/archery/shared_pointer/kind/trait.SharedPointerKind.html) I think it would be possible to add support for `static-rc` behind a feature flag. What do you think?
Looking at the API of
StaticRcandSharedPointerKindI think it would be possible to add support forstatic-rcbehind a feature flag.What do you think?