Closed styvane closed 2 years ago
why are we exposing direct access to DB? any specific usecase?
why are we exposing direct access to DB? any specific usecase?
Based on the discussion we had, I'm closing this PR. I will raise a new PR for the warnings fix.
This allows the crate users to use the public APIs for the
SledEventTree
andSledEventTreeVec
structs instead of redefining similar APIs.