code_editor 0.3.2

A standalone code editor with syntax highlighting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.copypasta]
version = "0.8.1"

[dependencies.fontdue]
version = "0.7.2"

[package]
authors = ["Markus Moenig"]
description = "A standalone code editor with syntax highlighting"
edition = "2021"
keywords = ["code", "editor", "syntax", "highlighting"]
license = "MIT"
name = "code_editor"
readme = "README.md"
repository = "https://github.com/markusmoenig/code_editor.git"
version = "0.3.2"