1 unstable release

0.10.0 Oct 2, 2020

#1022 in Development tools

Download history 4/week @ 2024-12-25 31/week @ 2025-01-01 39/week @ 2025-01-08 42/week @ 2025-01-15 59/week @ 2025-01-22 85/week @ 2025-01-29 266/week @ 2025-02-05 127/week @ 2025-02-12 104/week @ 2025-02-19 102/week @ 2025-02-26 130/week @ 2025-03-05 127/week @ 2025-03-12 93/week @ 2025-03-19 97/week @ 2025-03-26 116/week @ 2025-04-02 78/week @ 2025-04-09

394 downloads per month
Used in 10 crates (2 directly)

MIT/Apache

78KB
2K SLoC

A generic library for lossless syntax trees. See examples/s_expressions.rs for a tutorial.


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.

Dependencies

~160–320KB