1 unstable release

0.10.0 Oct 2, 2020

#1222 in Concurrency

Download history 56/week @ 2024-11-16 81/week @ 2024-11-23 73/week @ 2024-11-30 75/week @ 2024-12-07 71/week @ 2024-12-14 14/week @ 2024-12-21 10/week @ 2024-12-28 35/week @ 2025-01-04 47/week @ 2025-01-11 61/week @ 2025-01-18 45/week @ 2025-01-25 125/week @ 2025-02-01 257/week @ 2025-02-08 101/week @ 2025-02-15 110/week @ 2025-02-22 72/week @ 2025-03-01

551 downloads per month
Used in 10 crates (2 directly)

MIT/Apache

78KB
2K SLoC

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.


lib.rs:

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

Dependencies

~160–325KB