miden-rowan 0.16.2

Library for generic lossless syntax trees
Documentation
# Rowan

[![docs.rs](https://docs.rs/miden-rowan/badge.svg)](https://docs.rs/miden-rowan/)
[![Crates.io](https://img.shields.io/crates/v/miden-rowan.svg)](https://crates.io/crates/miden-rowan)
[![Crates.io](https://img.shields.io/crates/d/miden-rowan.svg)](https://crates.io/crates/miden-rowan)

Rowan is a library for lossless syntax trees, inspired in part by
Swift's [libsyntax](https://github.com/apple/swift/tree/5e2c815edfd758f9b1309ce07bfc01c4bc20ec23/lib/Syntax).

A conceptual overview is available in the [rust-analyzer book](https://rust-analyzer.github.io/book/contributing/syntax.html).

See `examples/s_expressions` for a tutorial, and [rust-analyzer](https://github.com/rust-analyzer/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.