1 unstable release

0.10.0 Oct 2, 2020

#1104 in Concurrency

Download history 140/week @ 2024-07-19 155/week @ 2024-07-26 95/week @ 2024-08-02 71/week @ 2024-08-09 68/week @ 2024-08-16 76/week @ 2024-08-23 123/week @ 2024-08-30 92/week @ 2024-09-06 98/week @ 2024-09-13 136/week @ 2024-09-20 86/week @ 2024-09-27 60/week @ 2024-10-04 47/week @ 2024-10-11 39/week @ 2024-10-18 43/week @ 2024-10-25 67/week @ 2024-11-01

200 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–330KB