DarkSky
DarkSky
## Motivation When encoding crdt items into binary, unexpected data may be encountered. At this time, yrs will interrupt the execution process through `panic!` like this: https://github.com/y-crdt/y-crdt/blob/f5f77925fbd5c46f2b521cda7a16667c8adfae29/yrs/src/block.rs#L882 The panic will...
fix #288 this pr aims to add `Result` return value to the `encode` function of `Encode` trait this allows developers to safely handle errors when encountering erroneous data after this...
At present, the index behavior is designed to be executed when the search interface is called, which will block the search interface in a large workspace. We should trigger the...