Name Date Size #Lines LOC

..--

gen/H--22,31022,252

README.mdH A D20-Jan-2026519 1410

attr.rsH A D20-Jan-202627.7 KiB839402

bigint.rsH A D20-Jan-20261.6 KiB6952

buffer.rsH A D20-Jan-202615.8 KiB437287

classify.rsH A D20-Jan-202610.5 KiB314291

custom_keyword.rsH A D20-Jan-20267.7 KiB263146

custom_punctuation.rsH A D20-Jan-20269 KiB307195

data.rsH A D20-Jan-202613.5 KiB427315

derive.rsH A D20-Jan-20268.7 KiB262230

discouraged.rsH A D20-Jan-20269.1 KiB22853

drops.rsH A D20-Jan-20261.4 KiB6146

error.rsH A D20-Jan-202613.8 KiB470246

export.rsH A D20-Jan-20261.7 KiB7660

expr.rsH A D20-Jan-2026138.5 KiB4,1763,377

ext.rsH A D20-Jan-20263.9 KiB13954

file.rsH A D20-Jan-20263.7 KiB12847

fixup.rsH A D20-Jan-202627.1 KiB776585

generics.rsH A D20-Jan-202650.5 KiB1,4801,224

group.rsH A D20-Jan-20267.7 KiB294129

ident.rsH A D20-Jan-20263.1 KiB11196

item.rsH A D20-Jan-2026118.7 KiB3,4933,001

lib.rsH A D20-Jan-202633.1 KiB1,014331

lifetime.rsH A D20-Jan-20263.8 KiB159113

lit.rsH A D20-Jan-202654.5 KiB1,8631,523

lookahead.rsH A D20-Jan-20269.8 KiB335105

mac.rsH A D20-Jan-20267.9 KiB228127

macros.rsH A D20-Jan-20264.6 KiB185156

meta.rsH A D20-Jan-202613.9 KiB43082

op.rsH A D20-Jan-20268.2 KiB222179

parse.rsH A D20-Jan-202646.6 KiB1,422411

parse_macro_input.rsH A D20-Jan-20263.5 KiB13123

parse_quote.rsH A D20-Jan-20267.2 KiB243115

pat.rsH A D20-Jan-202631.3 KiB958730

path.rsH A D20-Jan-202632.8 KiB969767

precedence.rsH A D20-Jan-20266.7 KiB213176

print.rsH A D20-Jan-2026437 1914

punctuated.rsH A D20-Jan-202630.6 KiB1,158838

restriction.rsH A D20-Jan-20266 KiB181126

scan_expr.rsH A D20-Jan-20269.1 KiB268241

sealed.rsH A D20-Jan-2026134 74

span.rsH A D20-Jan-20261.2 KiB6653

spanned.rsH A D20-Jan-20263.7 KiB12117

stmt.rsH A D20-Jan-202616.4 KiB487376

thread.rsH A D20-Jan-20261.9 KiB6337

token.rsH A D20-Jan-202635.6 KiB1,099814

tt.rsH A D20-Jan-20263.7 KiB11096

ty.rsH A D20-Jan-202643.7 KiB1,2741,086

verbatim.rsH A D20-Jan-20261.2 KiB3625

whitespace.rsH A D20-Jan-20262.1 KiB6863

README.md

1# `syn`
2
3These source files come from the Rust `syn` crate, version 2.0.106
4(released 2025-08-16), hosted in the <https://github.com/dtolnay/syn>
5repository, licensed under "Apache-2.0 OR MIT" and only modified to add
6the SPDX license identifiers and to remove the `unicode-ident`
7dependency.
8
9For copyright details, please see:
10
11    https://github.com/dtolnay/syn/blob/2.0.106/README.md#license
12    https://github.com/dtolnay/syn/blob/2.0.106/LICENSE-APACHE
13    https://github.com/dtolnay/syn/blob/2.0.106/LICENSE-MIT
14