diff --git a/Cargo.toml b/Cargo.toml index 77a23cc..62ca9cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Domenic Quirl ", "Aleksey Kladov cstree +

+ A library for generic lossless syntax trees +

+ +

+ build status +

+ `cstree` is a library for creating and working with concrete syntax trees (CSTs). The concept of CSTs is inspired in part by Swift's [libsyntax](https://github.com/apple/swift/tree/5e2c815edfd758f9b1309ce07bfc01c4bc20ec23/lib/Syntax).