icydb-core 0.80.1

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
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;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^