decentralized-identity / keriox

Rust Implementation of the KERI Core Library
Apache License 2.0
43 stars 13 forks source link

Make sled event tree vec public #90

Closed styvane closed 2 years ago

styvane commented 2 years ago

This allows the crate users to use the public APIs for the SledEventTree and SledEventTreeVec structs instead of redefining similar APIs.

35359595 commented 2 years ago

why are we exposing direct access to DB? any specific usecase?

styvane commented 2 years ago

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.