tree: c950021c5901627fa194b80d0dcdeeacfd7d2d63 [path history] [tgz]
  1. gen/
  2. attr.rs
  3. bigint.rs
  4. buffer.rs
  5. classify.rs
  6. custom_keyword.rs
  7. custom_punctuation.rs
  8. data.rs
  9. derive.rs
  10. discouraged.rs
  11. drops.rs
  12. error.rs
  13. export.rs
  14. expr.rs
  15. ext.rs
  16. file.rs
  17. fixup.rs
  18. generics.rs
  19. group.rs
  20. ident.rs
  21. item.rs
  22. lib.rs
  23. lifetime.rs
  24. lit.rs
  25. lookahead.rs
  26. mac.rs
  27. macros.rs
  28. meta.rs
  29. op.rs
  30. parse.rs
  31. parse_macro_input.rs
  32. parse_quote.rs
  33. pat.rs
  34. path.rs
  35. precedence.rs
  36. print.rs
  37. punctuated.rs
  38. README.md
  39. restriction.rs
  40. scan_expr.rs
  41. sealed.rs
  42. span.rs
  43. spanned.rs
  44. stmt.rs
  45. thread.rs
  46. token.rs
  47. tt.rs
  48. ty.rs
  49. verbatim.rs
  50. whitespace.rs
rust/syn/README.md

syn

These source files come from the Rust syn crate, version 2.0.106 (released 2025-08-16), hosted in the https://github.com/dtolnay/syn repository, licensed under “Apache-2.0 OR MIT” and only modified to add the SPDX license identifiers and to remove the unicode-ident dependency.

For copyright details, please see:

https://github.com/dtolnay/syn/blob/2.0.106/README.md#license
https://github.com/dtolnay/syn/blob/2.0.106/LICENSE-APACHE
https://github.com/dtolnay/syn/blob/2.0.106/LICENSE-MIT