71 releases

0.15.15 Dec 8, 2023
0.15.13 Sep 28, 2023
0.15.11 Mar 25, 2023
0.15.10 Sep 29, 2022
0.1.3 Nov 21, 2018

#39 in Data structures

Download history 22751/week @ 2023-12-21 20938/week @ 2023-12-28 34332/week @ 2024-01-04 37209/week @ 2024-01-11 38129/week @ 2024-01-18 39414/week @ 2024-01-25 42710/week @ 2024-02-01 45744/week @ 2024-02-08 47198/week @ 2024-02-15 44320/week @ 2024-02-22 48740/week @ 2024-02-29 50500/week @ 2024-03-07 50720/week @ 2024-03-14 52111/week @ 2024-03-21 48417/week @ 2024-03-28 37677/week @ 2024-04-04

197,188 downloads per month
Used in 216 crates (39 directly)

MIT/Apache

130KB
3K SLoC

Rowan

Crates.io Crates.io

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

~0.6–0.9MB
~14K SLoC