[go: up one dir, main page]

rowan 0.3.3

Library for generic lossless syntax trees.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rowan"
version = "0.3.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]
colosseum = "0.2.2"
parking_lot = "0.7.1"
text_unit = "0.1.6"
smol_str = "0.1.9"

[dev-dependencies]
m_lexer = "0.0.4"