loro/crates/loro-core/fuzz
Zixuan Chen a93d9f762d fix: cursor should not use Deref
`crdt-list` expected derefed cursor to be a sliced operation, but it was not.
so I updated crdt-list to use a GetOp trait instead of Deref, where
users may slice the op if they want to.
2022-10-26 23:31:34 +08:00
..
fuzz_targets fix: insert map logic bug 2022-10-26 23:31:34 +08:00
.gitignore test: add fuzz and fix a few iter bugs 2022-10-26 23:31:34 +08:00
Cargo.lock fix: cursor should not use Deref 2022-10-26 23:31:34 +08:00
Cargo.toml fix: cursor should not use Deref 2022-10-26 23:31:34 +08:00