]> git.lizzy.rs Git - rust.git/blob - README.md
Brush up readme
[rust.git] / README.md
1 # libsyntax2.0
2
3 [![Join the chat at https://gitter.im/libsyntax2/Lobby](https://badges.gitter.im/libsyntax2/Lobby.svg)](https://gitter.im/libsyntax2/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4 [![Build Status](https://travis-ci.org/matklad/libsyntax2.svg?branch=master)](https://travis-ci.org/matklad/libsyntax2)
5
6 libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256).
7
8 See [`docs`](./docs) folder to learn how libsyntax2 works, and check 
9 [`CONTRIBUTING.md`](./CONTRIBUTING.md) if you want to contribute!
10
11
12 ## License
13
14 libsyntax2 is primarily distributed under the terms of both the MIT license
15 and the Apache License (Version 2.0).
16
17 See LICENSE-APACHE and LICENSE-MIT for details.