edita-core 0.2.1

edita-core is a core rust library for building headless block editors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "edita-core"
version = "0.2.1"
edition = "2021"
authors = ["Geoffrey Mureithi <mureithinjuguna@gmail.com>"]
description = "edita-core is a core rust library for building headless block editors"
repository = "https://github.com/geofmureithi/edita"
documentation = "https://docs.rs/edita"
readme = "../README.md"
license = "MIT OR Apache-2.0"
keywords = ["edita", "tiptap", "prose-mirror", "wasm", "wysiwyg"]
categories = ["text-editors"]

[lib]