rowan

Crates.iorowan
lib.rsrowan
version0.15.15
sourcesrc
created_at2018-10-02 13:50:06.808976
updated_at2023-12-08 17:33:56.428711
descriptionLibrary for generic lossless syntax trees
homepage
repositoryhttps://github.com/rust-analyzer/rowan
max_upload_size
id87603
size162,978
Lukas Wirth (Veykril)

documentation

README

Rowan

Crates.io Crates.io

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.

Commit count: 306

cargo fmt