Crates.io | rslint_rowan |
lib.rs | rslint_rowan |
version | 0.10.0 |
source | src |
created_at | 2020-10-02 18:04:36.439406 |
updated_at | 2020-10-02 18:04:36.439406 |
description | A simple threadsafe fork of rowan for the rslint project |
homepage | |
repository | |
max_upload_size | |
id | 295498 |
size | 91,353 |
Rowan is a library for lossless syntax trees, inspired in part by Swift's libsyntax.
A conceptual overview is available in the rust-analyzer repo.
See examples/s_expressions
for a tutorial, and rust-analyzer for real-world usage.
This crate is primarily tested by various integration tests in rust-analyzer.
Rowan is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.