Crates.io | rowan |
lib.rs | rowan |
version | 0.15.17 |
created_at | 2018-10-02 13:50:06.808976+00 |
updated_at | 2025-07-27 14:39:26.7405+00 |
description | Library for generic lossless syntax trees |
homepage | |
repository | https://github.com/rust-analyzer/rowan |
max_upload_size | |
id | 87603 |
size | 161,936 |
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.