1 unstable release

0.10.0 Oct 2, 2020

#967 in Concurrency

Download history 63/week @ 2023-12-18 42/week @ 2023-12-25 34/week @ 2024-01-01 196/week @ 2024-01-08 65/week @ 2024-01-15 59/week @ 2024-01-22 106/week @ 2024-01-29 116/week @ 2024-02-05 115/week @ 2024-02-12 245/week @ 2024-02-19 123/week @ 2024-02-26 72/week @ 2024-03-04 131/week @ 2024-03-11 123/week @ 2024-03-18 130/week @ 2024-03-25 184/week @ 2024-04-01

587 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

~135–315KB