sejong 0.1.5

Sejong Buffer is a buffer that can receive ASCII bytes different from keyboard and send out UTF-32 Hangul string. This buffer allows deletion by Jamo.
Documentation
[dependencies.lazy_static]
optional = true
version = "1.4"

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

[dependencies.wee_alloc]
optional = true
version = "0.4"

[features]
wasm = ["wasm-bindgen", "lazy_static", "wee_alloc"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Xiwen Li<funfoolsuzi@gmail.com>"]
categories = ["text-processing", "parsing", "localization"]
description = "Sejong Buffer is a buffer that can receive ASCII bytes different from keyboard and send out UTF-32 Hangul string. This buffer allows deletion by Jamo."
edition = "2018"
keywords = ["hangul", "korean", "input"]
license = "MIT"
name = "sejong"
repository = "https://github.com/funfoolsuzi/sejong.git"
version = "0.1.5"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false