myn 0.2.1

Minimalist Rust syntax parsing for procedural macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Minimum Supported Rust Version

| `myn` version | `rustc` version |
|---------------|-----------------|
| (unreleased)  | `1.58.0`        |
| `0.2.1`       | `1.58.0`        |
| `0.2.0`       | `1.58.0`        |
| `0.1.0`       | `1.58.0`        |

## Policy

The table above will be kept up-to-date in lock-step with CI on the main branch in GitHub. It may contain information about unreleased and yanked versions. It is the user's responsibility to consult with the [`myn` versions page](https://crates.io/crates/myn/versions) on `crates.io` to verify version status.

The MSRV will be chosen as the minimum version of `rustc` that can successfully pass CI, including documentation, lints, and all examples. For this reason, the minimum version _supported_ may be higher than the minimum version _required_ to compile the `myn` crate itself. See `Cargo.toml` for the minimal Rust version required to build the crate alone.