zrd-core 0.1.2

Core editing logic for Zrd text editor (platform-agnostic)
Documentation
[dependencies]

[lib]
name = "zrd_core"
path = "src/lib.rs"

[package]
authors = ["Doug Lance"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-editors", "text-processing"]
description = "Core editing logic for Zrd text editor (platform-agnostic)"
edition = "2021"
keywords = ["editor", "text-editor", "buffer", "undo-redo"]
license = "MIT"
name = "zrd-core"
readme = "README.md"
repository = "https://github.com/douglance/zrd"
version = "0.1.2"

[[test]]
name = "engine_tests"
path = "tests/engine_tests.rs"