seerdb 0.0.4

Research-grade storage engine with learned data structures
Documentation
1
2
3
4
5
# Deny panicking functions (unwrap only, expect allowed for now due to tracing macro conflicts)
disallowed-methods = [
    "std::option::Option::unwrap",
    "std::result::Result::unwrap",
]