icydb-core 0.145.3

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
10
11
error[E0603]: module `commit` is private
 --> tests/ui/db/commit_module_private.rs:1:21
  |
1 | use icydb_core::db::commit::CommitMarker;
  |                     ^^^^^^ private module
  |
note: the module `commit` is defined here
 --> src/db/mod.rs
  |
  | pub(in crate::db) mod commit;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^