editor-types 0.0.2

A library for working with defunctionalized editor types
Documentation
[dependencies.bitflags]
version = "2.4.2"

[dependencies.editor-types-macros]
version = "0.0.2"

[dependencies.keybindings]
version = "0.0.2"

[dependencies.regex]
version = "^1.5"

[lints.clippy]
bool_assert_comparison = "allow"
bool_to_int_with_if = "allow"
field_reassign_with_default = "allow"
len_without_is_empty = "allow"
manual_range_contains = "allow"
match_like_matches_macro = "allow"
needless_return = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[package]
authors = ["Ulyssa <git@ulyssa.dev>"]
categories = ["text-editors"]
description = "A library for working with defunctionalized editor types"
edition = "2021"
exclude = [".github", "CONTRIBUTING.md"]
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/editor-types"
keywords = []
license = "Apache-2.0"
name = "editor-types"
readme = "README.md"
repository = "https://github.com/ulyssa/modalkit"
rust-version = "1.74"
version = "0.0.2"