Crates.io | rowan |
lib.rs | rowan |
version | 0.15.16 |
source | src |
created_at | 2018-10-02 13:50:06.808976 |
updated_at | 2024-08-16 15:22:45.530139 |
description | Library for generic lossless syntax trees |
homepage | |
repository | https://github.com/rust-analyzer/rowan |
max_upload_size | |
id | 87603 |
size | 165,274 |
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.