From ec8f82ed7aab48a8787b389f383be385d056915c Mon Sep 17 00:00:00 2001 From: Domenic Quirl Date: Sat, 30 Jan 2021 20:53:38 +0100 Subject: [PATCH] add badge to README and README to Cargo.toml --- Cargo.toml | 1 + README.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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).