linked-syntax-tree 0.2.0

A doubly-linked syntax tree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "linked-syntax-tree"

version = "0.2.0"

edition = "2021"



description = "A doubly-linked syntax tree."

license = "Apache-2.0"



repository = "https://github.com/JonathanWoollett-Light/linked-syntax-tree"

documentation = "https://docs.rs/linked-syntax-tree/"

readme = "README.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]