xref: /linux/rust/syn/README.md (revision 784faa8eca8270671e0ed6d9d21f04bbb80fc5f7)
1*1112ba86SMiguel Ojeda# `syn`
2*1112ba86SMiguel Ojeda
3*1112ba86SMiguel OjedaThese source files come from the Rust `syn` crate, version 2.0.106
4*1112ba86SMiguel Ojeda(released 2025-08-16), hosted in the <https://github.com/dtolnay/syn>
5*1112ba86SMiguel Ojedarepository, licensed under "Apache-2.0 OR MIT" and only modified to add
6*1112ba86SMiguel Ojedathe SPDX license identifiers and to remove the `unicode-ident`
7*1112ba86SMiguel Ojedadependency.
8*1112ba86SMiguel Ojeda
9*1112ba86SMiguel OjedaFor copyright details, please see:
10*1112ba86SMiguel Ojeda
11*1112ba86SMiguel Ojeda    https://github.com/dtolnay/syn/blob/2.0.106/README.md#license
12*1112ba86SMiguel Ojeda    https://github.com/dtolnay/syn/blob/2.0.106/LICENSE-APACHE
13*1112ba86SMiguel Ojeda    https://github.com/dtolnay/syn/blob/2.0.106/LICENSE-MIT
14