Ugly Alpha 1
pin-project:0.4.2

total uncompressed bytes

161.6 KB

total files

105

Fix

NewInclude { include: [ "src/lib.rs", "Cargo.*", "LICENSE-*", "README.md", "CHANGELOG.md", ], has_build_script: false, }

98 wasted files

total waste: 105.1 KB

  1. tests/pin_project.rs : 8.0 KB
  2. tests/ui/unsafe_unpin/proper_unpin.stderr : 5.1 KB
  3. examples/struct-default-expanded.rs : 4.7 KB
  4. examples/pinned_drop-expanded.rs : 4.2 KB
  5. azure-pipelines.yml : 3.6 KB
  6. tests/project.rs : 3.5 KB
  7. tests/ui/pin_project/proper_unpin.stderr : 3.0 KB
  8. tests/project_ref.rs : 2.9 KB
  9. tests/cfg.rs : 2.9 KB
  10. tests/ui/pinned_drop/invalid.rs : 2.7 KB
  11. tests/ui/pinned_drop/invalid.stderr : 2.7 KB
  12. tests/ui/pin_project/packed_sneaky-1.stderr : 2.7 KB
  13. examples/enum-default-expanded.rs : 2.5 KB
  14. examples/unsafe_unpin-expanded.rs : 2.5 KB
  15. tests/ui/cfg/auxiliary/sneaky_macro.rs : 2.3 KB
  16. tests/ui/project/type-mismatch.rs : 1.7 KB
  17. tests/repr_packed.rs : 1.6 KB
  18. tests/ui/pin_project/invalid.stderr : 1.6 KB
  19. tests/ui/unstable-features/stmt_expr_attributes.rs : 1.6 KB
  20. tests/ui/unstable-features/stmt_expr_attributes-feature-gate.stderr : 1.5 KB
  21. tests/ui/update-references.sh : 1.5 KB
  22. tests/ui/pin_project/safe_packed_borrows.stderr : 1.5 KB
  23. tests/ui/unstable-features/stmt_expr_attributes-feature-gate.rs : 1.3 KB
  24. tests/ui/pin_project/unsupported.stderr : 1.3 KB
  25. tests/ui/pin_project/conflict-unpin.stderr : 1.3 KB
  26. tests/unsafe_unpin.rs : 1.2 KB
  27. ci/azure-test.yml : 1.2 KB
  28. ci/azure-install-rust.yml : 1.1 KB
  29. tests/ui/unsafe_unpin/proper_unpin.rs : 1.1 KB
  30. tests/ui/pin_project/invalid.rs : 1.1 KB
  31. tests/ui/cfg/proper_unpin.stderr : 979 B
  32. tests/ui/update-all-references.sh : 977 B
  33. tests/ui/cfg/packed_sneaky-3.stderr : 880 B
  34. tests/ui/cfg/packed_sneaky-1.stderr : 880 B
  35. tests/ui/pin_project/unpin_sneaky.stderr : 866 B
  36. tests/compiletest.rs : 804 B
  37. tests/ui/pin_project/packed_sneaky-1.rs : 796 B
  38. tests/ui/unsafe_unpin/not-implement-unsafe-unpin.stderr : 756 B
  39. tests/ui/pin_project/conflict-unpin.rs : 753 B
  40. tests/ui/pin_project/conflict-drop.stderr : 731 B
  41. tests/ui/pin_project/proper_unpin.rs : 728 B
  42. tests/ui/pin_project/private_in_public-enum.stderr : 661 B
  43. tests/ui/pin_project/packed.stderr : 637 B
  44. tests/ui/project/type-mismatch.stderr : 628 B
  45. tests/ui/unstable-features/overlapping_marker_traits.rs : 599 B
  46. tests/pinned_drop.rs : 598 B
  47. tests/ui/unstable-features/marker_trait_attr.rs : 597 B
  48. tests/ui/pin_project/unsupported.rs : 594 B
  49. tests/ui/project/ambiguous-let.rs : 589 B
  50. ci.sh : 549 B
  51. tests/ui/project/ambiguous-let.stderr : 543 B
  52. examples/README.md : 526 B
  53. tests/ui/cfg/packed_sneaky-1.rs : 516 B
  54. tests/ui/pin_project/conflict-drop.rs : 508 B
  55. tests/ui/cfg/proper_unpin.rs : 500 B
  56. tests/ui/pin_project/packed.rs : 495 B
  57. tests/ui/pin_project/safe_packed_borrows.rs : 474 B
  58. .editorconfig : 468 B
  59. tests/ui/pinned_drop/forget-pinned-drop.stderr : 459 B
  60. tests/ui/project/use.stderr : 454 B
  61. tests/ui/unstable-features/overlapping_marker_traits-feature-gate.stderr : 450 B
  62. tests/ui/unstable-features/marker_trait_attr-feature-gate.stderr : 442 B
  63. tests/ui/unstable-features/marker_trait_attr.stderr : 430 B
  64. examples/pinned_drop.rs : 421 B
  65. tests/ui/unstable-features/trivial_bounds.rs : 420 B
  66. tests/ui/pin_project/auxiliary/sneaky_macro.rs : 417 B
  67. tests/ui/cfg/unsupported.stderr : 415 B
  68. tests/ui/pin_project/packed_sneaky-2.stderr : 399 B
  69. tests/ui/project/use-public.stderr : 395 B
  70. tests/ui/unstable-features/overlapping_marker_traits-feature-gate.rs : 392 B
  71. tests/ui/unstable-features/marker_trait_attr-feature-gate.rs : 384 B
  72. tests/ui/cfg/tuple-variant.rs : 361 B
  73. tests/ui/project/use.rs : 347 B
  74. tests/ui/cfg/packed_sneaky-3.rs : 346 B
  75. tests/ui/pin_project/private_in_public-enum.rs : 338 B
  76. tests/ui/cfg/tuple-struct.rs : 326 B
  77. tests/ui/cfg/field_sneaky.rs : 323 B
  78. compiletest.sh : 322 B
  79. tests/ui/cfg/field_sneaky.stderr : 316 B
  80. tests/ui/project/invalid.rs : 305 B
  81. examples/unsafe_unpin.rs : 303 B
  82. tests/ui/unstable-features/trivial_bounds-feature-gate.rs : 294 B
  83. tests/ui/cfg/tuple-variant.stderr : 291 B
  84. tests/ui/pin_project/packed_sneaky-2.rs : 281 B
  85. tests/ui/cfg/tuple-struct.stderr : 280 B
  86. .rustfmt.toml : 271 B
  87. tests/ui/cfg/packed_sneaky-2.rs : 252 B
  88. tests/ui/unsafe_unpin/not-implement-unsafe-unpin.rs : 248 B
  89. tests/ui/unstable-features/README.md : 246 B
  90. examples/struct-default.rs : 222 B
  91. examples/enum-default.rs : 212 B
  92. tests/ui/project/use-public.rs : 204 B
  93. tests/ui/cfg/unsupported.rs : 194 B
  94. tests/ui/pinned_drop/forget-pinned-drop.rs : 184 B
  95. tests/ui/pin_project/unpin_sneaky.rs : 174 B
  96. tests/ui/project/invalid.stderr : 169 B
  97. .gitignore : 80 B
  98. bors.toml : 33 B