[go: up one dir, main page]

rowan 0.5.3

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

[dependencies]
colosseum = "0.2.2"
parking_lot = "0.8.0"
text_unit = "0.1.6"
smol_str = "0.1.10"

[dev-dependencies]
m_lexer = "0.0.4"