You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
romans blog, the crate docs and the examples are not in sync. this is mainly around the fact that StableBTreeMap does not require devs to specify a bound anymore
there aren't examples for how to use the library except for StableMinHeap and StableBTreeMap
StableVec requiresBound::Bound , which is not documented and compiles, but throws runtime errors
more docs and examples around schema upgrades and what pitfalls to avoid