1 unstable release

0.10.0 Oct 2, 2020

#1331 in Concurrency

Download history 227/week @ 2025-02-09 96/week @ 2025-02-16 95/week @ 2025-02-23 88/week @ 2025-03-02 173/week @ 2025-03-09 92/week @ 2025-03-16 100/week @ 2025-03-23 105/week @ 2025-03-30 99/week @ 2025-04-06 41/week @ 2025-04-13 670/week @ 2025-04-20 1453/week @ 2025-04-27 717/week @ 2025-05-04 609/week @ 2025-05-11 5476/week @ 2025-05-18 31/week @ 2025-05-25

6,929 downloads per month
Used in 10 crates (2 directly)

MIT/Apache

78KB
2K SLoC

A generic library for lossless syntax trees. See examples/s_expressions.rs for a tutorial.


Rowan

Build Status

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.

Testing

This crate is primarily tested by various integration tests in rust-analyzer.

License

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.

Dependencies

~160–315KB