rowan 0.9.1

Library for generic lossless syntax trees
Documentation
[package]
name = "rowan"
version = "0.9.1"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
repository = "https://github.com/matklad/rowan"
license = "MIT OR Apache-2.0"
description = "Library for generic lossless syntax trees"
edition = "2018"

[dependencies]
rustc-hash = "1.0.1"
text_unit = "0.1.6"
smol_str = "0.1.10"
serde = { version = "1.0.89", optional = true, default-features = false }
thin-dst = "1.0.0"

[dev-dependencies]
m_lexer = "0.0.4"

[features]
serde1 = [ "serde", "text_unit/serde" ]