loro-common 0.4.0

Common types and functions for Loro. This is an internal lib of Loro.
Documentation
[dependencies.arbitrary]
features = ["derive"]
version = "1.3.0"

[dependencies.enum-as-inner]
version = "0.6.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.js-sys]
optional = true
version = "0.3.60"

[dependencies.nonmax]
version = "0.5.5"

[dependencies.rle]
package = "loro-rle"
version = "0.4.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_columnar]
version = "0.3.4"

[dependencies.string_cache]
version = "0.8"

[dependencies.thiserror]
version = "1.0.43"

[dependencies.wasm-bindgen]
optional = true
version = "=0.2.90"

[features]
wasm = ["wasm-bindgen", "js-sys"]

[package]
authors = ["Zixuan Chen", "Liang Zhao"]
categories = ["data-structures", "crdt", "collaborative-editing", "local-first"]
description = "Common types and functions for Loro. This is an internal lib of Loro."
documentation = "https://docs.rs/loro/"
edition = "2021"
homepage = "https://loro.dev"
keywords = ["crdt", "local-first"]
license = "MIT"
name = "loro-common"
readme = "README.md"
version = "0.4.0"