1 unstable release

0.10.0 Oct 2, 2020

#1070 in Concurrency

Download history 104/week @ 2024-03-12 141/week @ 2024-03-19 123/week @ 2024-03-26 196/week @ 2024-04-02 170/week @ 2024-04-09 162/week @ 2024-04-16 132/week @ 2024-04-23 228/week @ 2024-04-30 124/week @ 2024-05-07 219/week @ 2024-05-14 150/week @ 2024-05-21 194/week @ 2024-05-28 95/week @ 2024-06-04 133/week @ 2024-06-11 114/week @ 2024-06-18 66/week @ 2024-06-25

434 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

~155–335KB