1 unstable release

0.10.0 Oct 2, 2020

#1015 in Concurrency

Download history 123/week @ 2024-03-06 79/week @ 2024-03-13 172/week @ 2024-03-20 108/week @ 2024-03-27 187/week @ 2024-04-03 184/week @ 2024-04-10 155/week @ 2024-04-17 151/week @ 2024-04-24 223/week @ 2024-05-01 122/week @ 2024-05-08 235/week @ 2024-05-15 193/week @ 2024-05-22 122/week @ 2024-05-29 104/week @ 2024-06-05 132/week @ 2024-06-12 78/week @ 2024-06-19

527 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