rslint_rowan

Crates.iorslint_rowan
lib.rsrslint_rowan
version0.10.0
sourcesrc
created_at2020-10-02 18:04:36.439406
updated_at2020-10-02 18:04:36.439406
descriptionA simple threadsafe fork of rowan for the rslint project
homepage
repository
max_upload_size
id295498
size91,353
Justus K (Stupremee)

documentation

README

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.

Commit count: 0

cargo fmt