total uncompressed bytes
190.7 KB
total files
196
Fix
181 wasted files
total waste: 114.6 KB
- benches/benchmarks.rs : 7.8 KB
- RELEASES.md : 7.1 KB
- tests/progress.rs : 6.9 KB
- benches/handwritten.rs : 5.4 KB
- benches/cmp_bitfield_crate.rs : 3.7 KB
- benches/cmp_handwritten.rs : 3.7 KB
- tests/derive-bitfield-specifier/06-enums.rs : 3.4 KB
- tests/04-multiple-of-8bits.rs : 2.7 KB
- tests/01-specifier-types.rs : 2.3 KB
- .rustfmt.toml : 1.9 KB
- tests/03-accessors.rs : 1.8 KB
- tests/14-checked-setters.rs : 1.7 KB
- tests/derive-bitfield-specifier/07-optional-discriminant.rs : 1.6 KB
- .github/workflows/rust.yml : 1.6 KB
- tests/10-bits-attribute.rs : 1.6 KB
- tests/12-accessors-edge.rs : 1.5 KB
- tests/18-within-single-byte.rs : 1.5 KB
- tests/repr/complex-use.rs : 1.3 KB
- tests/05-accessor-signatures.rs : 1.3 KB
- tests/22-with-setter.rs : 1.2 KB
- tests/regressions/regression-issue-8.rs : 955 B
- tests/16-u128-specifier.rs : 951 B
- tests/derive-debug/print-invalid-bits.rs : 901 B
- tests/panic_tests.rs : 898 B
- tests/15-manual-reset.rs : 868 B
- tests/17-byte-conversions.rs : 856 B
- .travis.yml : 838 B
- tests/derive-debug/valid-use-2.rs : 786 B
- tests/28-single-bit-enum.rs : 758 B
- tests/02-storage.rs : 753 B
- tests/19-get-spanning-data.rs : 741 B
- tests/skip/skip-getters.rs : 667 B
- tests/13-tuple-structs.rs : 646 B
- tests/bits-param/complex-use-case.rs : 645 B
- tests/derive-debug/valid-use-specifier.rs : 621 B
- tests/derive-specifier/unfilled-from-bytes.rs : 617 B
- tests/bits-param/conflicting-params.stderr : 612 B
- tests/04-multiple-of-8bits.stderr : 612 B
- tests/skip/skip-setters.rs : 603 B
- tests/filled-param/invalid-specified-as-unfilled.stderr : 602 B
- tests/derive-specifier/out-of-bounds.stderr : 600 B
- tests/filled-param/invalid-specified-as-filled.stderr : 585 B
- tests/derive-debug/respects-other-derives.rs : 583 B
- tests/repr/invalid-repr-unfilled.stderr : 581 B
- tests/skip/skip-with-debug.rs : 565 B
- tests/derive-specifier/struct-in-struct.rs : 551 B
- tests/11-bits-attribute-wrong.rs : 544 B
- tests/bits-param/too-many-bits.stderr : 534 B
- tests/bits-param/too-few-bits.stderr : 533 B
- tests/bits-param/conflicting-repr.stderr : 532 B
- tests/regressions/no-implicit-prelude.rs : 513 B
- tests/derive-debug/valid-use.rs : 493 B
- tests/regressions/regression-v0.11.rs : 484 B
- tests/skip/use-skipped-setter-1.stderr : 484 B
- tests/derive-bitfield-specifier/09-variant-out-of-range.stderr : 484 B
- tests/skip/skip-getters-and-setters-2.rs : 483 B
- tests/regressions/no-implicit-prelude-2.rs : 463 B
- tests/bytes-param/fewer-bytes-than-expected.stderr : 462 B
- tests/bytes-param/more-bytes-than-expected.stderr : 461 B
- tests/skip/use-skipped-getter-3.stderr : 459 B
- tests/repr/valid-cond-use.rs : 454 B
- tests/skip/use-skipped-getter-2.stderr : 451 B
- tests/skip/skip-getters-and-setters-1.rs : 447 B
- tests/skip/use-skipped-setter-3.stderr : 447 B
- tests/derive-bitfield-specifier/08-non-power-of-two.rs : 445 B
- tests/skip/use-skipped-setter-2.stderr : 439 B
- tests/skip/use-skipped-getter-1.stderr : 439 B
- tests/repr/invalid-repr-width-2.stderr : 432 B
- tests/repr/invalid-repr-width-1.stderr : 431 B
- tests/derive-specifier/duplicate-derive-2.stderr : 430 B
- tests/repr/valid-use.rs : 418 B
- tests/20-access-test.rs : 407 B
- tests/derive-specifier/duplicate-derive-1.stderr : 400 B
- tests/skip/skip-default.rs : 393 B
- .gitignore : 380 B
- tests/filled-param/duplicate-parameters.stderr : 363 B
- tests/repr/duplicate-repr-2.stderr : 354 B
- tests/derive-bitfield-specifier/09-variant-out-of-range.rs : 349 B
- tests/skip/duplicate-setters-1.stderr : 342 B
- tests/skip/duplicate-getters-1.stderr : 342 B
- tests/derive-debug/duplicate-derive-debug.stderr : 330 B
- tests/bytes-param/duplicate-parameters.stderr : 330 B
- tests/bits-param/duplicate-param-2.stderr : 323 B
- tests/bits-param/duplicate-param-1.stderr : 323 B
- tests/24-primitives-as-specifiers.rs : 321 B
- tests/repr/duplicate-repr-3.stderr : 312 B
- tests/skip/duplicate-setters-2.stderr : 306 B
- tests/skip/duplicate-getters-2.stderr : 306 B
- tests/derive-debug/duplicate-derive-debug-2.stderr : 304 B
- tests/skip/duplicate-setters-3.stderr : 297 B
- tests/skip/duplicate-getters-3.stderr : 297 B
- tests/bytes-param/valid-specifier-bitfield.rs : 291 B
- tests/skip/duplicate-specifier.stderr : 290 B
- tests/skip/use-skipped-getter-1.rs : 281 B
- tests/skip/use-skipped-setter-1.rs : 278 B
- tests/skip/use-skipped-getter-3.rs : 273 B
- tests/repr/duplicate-repr-1.stderr : 270 B
- tests/skip/use-skipped-getter-2.rs : 265 B
- tests/skip/use-skipped-setter-3.rs : 260 B
- benches/utils.rs : 257 B
- tests/derive-bitfield-specifier/08-non-power-of-two.stderr : 255 B
- tests/bits-param/low-bits-filled.rs : 254 B
- tests/skip/use-skipped-setter-2.rs : 252 B
- tests/skip/duplicate-attr.stderr : 251 B
- tests/bytes-param/valid-bitfield.rs : 246 B
- tests/bits-param/bits-non-filled-1.rs : 244 B
- tests/bits-param/bits-non-filled-2.rs : 243 B
- tests/skip/double_wildcards-2.rs : 242 B
- tests/bytes-param/more-bytes-than-expected.rs : 233 B
- tests/skip/duplicate-setters-1.rs : 232 B
- tests/skip/duplicate-getters-1.rs : 232 B
- tests/bytes-param/fewer-bytes-than-expected.rs : 232 B
- tests/derive-specifier/valid-use.rs : 231 B
- tests/repr/conflicting-ignored-reprs.stderr : 230 B
- tests/filled-param/valid-bitfield-specifier-1.rs : 226 B
- tests/skip/invalid-specifier.rs : 225 B
- tests/skip/duplicate-specifier.rs : 224 B
- tests/skip/duplicate-setters-3.rs : 223 B
- tests/skip/duplicate-setters-2.rs : 223 B
- tests/skip/duplicate-getters-3.rs : 223 B
- tests/skip/duplicate-getters-2.rs : 223 B
- tests/filled-param/invalid-specified-as-filled.rs : 223 B
- tests/filled-param/invalid-specified-as-unfilled.rs : 222 B
- tests/bytes-param/invalid-int-value.rs : 217 B
- tests/filled-param/valid-bitfield-specifier-2.rs : 216 B
- tests/26-invalid-struct-specifier.stderr : 216 B
- tests/skip/duplicate-attr.rs : 214 B
- tests/repr/conflicting-ignored-reprs.rs : 213 B
- tests/27-invalid-union-specifier.stderr : 212 B
- tests/21-raw-identifiers.rs : 210 B
- tests/filled-param/duplicate-parameters.rs : 206 B
- tests/bytes-param/invalid-type.rs : 205 B
- tests/regressions/invalid_bits_field_attr.rs : 199 B
- tests/filled-param/invalid-bool-value.rs : 199 B
- tests/regressions/deny_elided_lifetime.rs : 196 B
- tests/11-bits-attribute-wrong.stderr : 196 B
- tests/bytes-param/duplicate-parameters.rs : 195 B
- tests/bits-param/valid-use-4.rs : 195 B
- tests/repr/invalid-repr-2.stderr : 195 B
- tests/bits-param/invalid-param-value-2.stderr : 194 B
- tests/bytes-param/invalid-int-value.stderr : 193 B
- tests/repr/duplicate-repr-2.rs : 190 B
- tests/skip/double_wildcards-1.rs : 188 B
- tests/repr/multiple-valid-reprs-2.rs : 184 B
- tests/filled-param/valid-bitfield-2.rs : 182 B
- tests/filled-param/valid-bitfield-1.rs : 182 B
- tests/derive-specifier/duplicate-derive-2.rs : 180 B
- tests/filled-param/invalid-bool-value.stderr : 180 B
- tests/repr/multiple-valid-reprs-1.rs : 176 B
- tests/repr/invalid-repr-2.rs : 175 B
- tests/bits-param/invalid-param-value-1.stderr : 175 B
- tests/skip/invalid-specifier.stderr : 172 B
- tests/derive-specifier/duplicate-derive-1.rs : 170 B
- tests/repr/duplicate-repr-3.rs : 169 B
- tests/bytes-param/invalid-type.stderr : 169 B
- tests/regressions/invalid_bits_field_attr.stderr : 166 B
- tests/derive-specifier/out-of-bounds.rs : 163 B
- tests/20-access-test.stderr : 162 B
- tests/bits-param/valid-use-3.rs : 159 B
- tests/derive-debug/duplicate-derive-debug.rs : 156 B
- tests/26-invalid-struct-specifier.rs : 155 B
- tests/repr/invalid-repr-width-2.rs : 153 B
- tests/27-invalid-union-specifier.rs : 153 B
- tests/repr/invalid-repr-width-1.rs : 152 B
- tests/repr/invalid-repr-unfilled.rs : 151 B
- tests/repr/duplicate-repr-1.rs : 148 B
- tests/bits-param/valid-use-2.rs : 148 B
- tests/bits-param/conflicting-repr.rs : 148 B
- tests/derive-debug/duplicate-derive-debug-2.rs : 146 B
- tests/bits-param/duplicate-param-2.rs : 146 B
- tests/bits-param/duplicate-param-1.rs : 146 B
- tests/bits-param/conflicting-params.rs : 146 B
- tests/repr/invalid-repr-1.rs : 139 B
- tests/bits-param/invalid-param-value-1.rs : 137 B
- tests/bits-param/missing-param-value.stderr : 137 B
- tests/bits-param/valid-use-1.rs : 135 B
- tests/bits-param/too-many-bits.rs : 135 B
- tests/bits-param/too-few-bits.rs : 135 B
- tests/bits-param/invalid-param-value-2.rs : 135 B
- tests/bits-param/missing-param-value.rs : 130 B
- tests/repr/invalid-repr-1.stderr : 123 B