1 unstable release

0.10.0 Oct 2, 2020

#1155 in Concurrency

Download history 101/week @ 2024-09-04 88/week @ 2024-09-11 118/week @ 2024-09-18 97/week @ 2024-09-25 78/week @ 2024-10-02 57/week @ 2024-10-09 32/week @ 2024-10-16 49/week @ 2024-10-23 71/week @ 2024-10-30 90/week @ 2024-11-06 62/week @ 2024-11-13 76/week @ 2024-11-20 68/week @ 2024-11-27 69/week @ 2024-12-04 82/week @ 2024-12-11 31/week @ 2024-12-18

270 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