y-octo 0.0.3

High-performance and thread-safe CRDT implementation compatible with Yjs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use super::list::ListType;
use crate::impl_type;

impl_type!(XMLElement);
impl ListType for XMLElement {}

impl_type!(XMLFragment);
impl ListType for XMLFragment {}

impl_type!(XMLText);
impl ListType for XMLText {}

impl_type!(XMLHook);
impl ListType for XMLHook {}