[go: up one dir, main page]

rowan 0.1.3

Library for generic lossless syntax trees.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rowan"
version = "0.1.3"
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."

[dependencies]
parking_lot = "0.6.0"
text_unit = "0.1.5"
smol_str = "0.1.6"

[dev-dependencies]
m_lexer = "0.0.4"