Ugly Alpha 1
shipyard:0.5.0

total uncompressed bytes

790.9 KB

total files

211

Fix

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

114 wasted files

total waste: 300.7 KB

  1. logo.png : 60.2 KB
  2. guide/master/src/recipes/hierarchy.md : 16.4 KB
  3. guide/0.5.0/src/recipes/hierarchy.md : 16.4 KB
  4. tests/lib.rs : 13.8 KB
  5. tests/iteration/non_packed.rs : 11.8 KB
  6. tests/book/hierarchy.rs : 11.3 KB
  7. tests/iteration/update/iter_mixed.rs : 10.2 KB
  8. tests/borrow/mod.rs : 6.5 KB
  9. guide/master/src/recipes/0.4-migration.md : 6.4 KB
  10. guide/0.5.0/src/recipes/0.4-migration.md : 6.4 KB
  11. guide/master/theme/css/variables.css : 6.2 KB
  12. guide/0.5.0/theme/css/variables.css : 6.2 KB
  13. tests/spawn.rs : 5.5 KB
  14. .github/workflows/check-deploy.yml : 4.8 KB
  15. tests/world_add_entity.rs : 4.8 KB
  16. tests/delete_component.rs : 4.7 KB
  17. tests/unique.rs : 4.7 KB
  18. tests/remove.rs : 3.9 KB
  19. guide/master/theme/css/general.css : 3.5 KB
  20. guide/0.5.0/theme/css/general.css : 3.5 KB
  21. tests/world_remove.rs : 3.3 KB
  22. tests/add_entity.rs : 3.1 KB
  23. tests/get.rs : 3.0 KB
  24. guide/master/src/going-further/sparse-set.md : 2.8 KB
  25. tests/book/systems.rs : 2.8 KB
  26. guide/0.5.0/src/going-further/sparse-set.md : 2.8 KB
  27. tests/world_delete_component.rs : 2.7 KB
  28. tests/world_add_component.rs : 2.7 KB
  29. tests/add_component.rs : 2.6 KB
  30. guide/master/src/going-further/parallelism.md : 2.5 KB
  31. guide/0.5.0/src/going-further/parallelism.md : 2.5 KB
  32. tests/update_pack.rs : 2.2 KB
  33. tests/delete_entity.rs : 2.2 KB
  34. tests/clear.rs : 2.1 KB
  35. guide/master/src/fundamentals/systems.md : 1.9 KB
  36. guide/0.5.0/src/fundamentals/systems.md : 1.9 KB
  37. tests/key.rs : 1.8 KB
  38. tests/world_delete_entity.rs : 1.6 KB
  39. guide/master/src/fundamentals/world.md : 1.5 KB
  40. guide/0.5.0/src/fundamentals/world.md : 1.5 KB
  41. tests/serde/entity_id.rs : 1.5 KB
  42. CONTRIBUTING.md : 1.5 KB
  43. tests/swap.rs : 1.3 KB
  44. guide/master/src/SUMMARY.md : 1.3 KB
  45. guide/0.5.0/src/SUMMARY.md : 1.3 KB
  46. tests/delete_any.rs : 1.2 KB
  47. tests/book/world_insides.rs : 1.2 KB
  48. tests/book/delete_components.rs : 1.2 KB
  49. guide/master/src/fundamentals/add-components.md : 1.2 KB
  50. guide/0.5.0/src/fundamentals/add-components.md : 1.2 KB
  51. tests/workload/mod.rs : 1.1 KB
  52. tests/iteration/update/par_single.rs : 1.1 KB
  53. guide/master/src/fundamentals/iterators.md : 1.1 KB
  54. guide/0.5.0/src/fundamentals/iterators.md : 1.1 KB
  55. guide/master/src/going-further/performance-tips.md : 985 B
  56. guide/0.5.0/src/going-further/performance-tips.md : 982 B
  57. guide/master/src/going-further/non-send-sync.md : 967 B
  58. guide/master/src/pilgrimage/related-crates.md : 963 B
  59. guide/0.5.0/src/pilgrimage/related-crates.md : 963 B
  60. guide/0.5.0/src/going-further/non-send-sync.md : 962 B
  61. Makefile.toml : 956 B
  62. guide/master/src/fundamentals/get-and-modify.md : 894 B
  63. guide/0.5.0/src/fundamentals/get-and-modify.md : 889 B
  64. tests/book/iterators.rs : 886 B
  65. tests/workload/non_send_sync.rs : 868 B
  66. guide/master/src/welcome.md : 804 B
  67. guide/0.5.0/src/welcome.md : 804 B
  68. tests/book/add_entity.rs : 795 B
  69. tests/book/add_components.rs : 784 B
  70. guide/master/src/fundamentals/delete-components.md : 758 B
  71. guide/0.5.0/src/fundamentals/delete-components.md : 757 B
  72. tests/book/remove_components.rs : 656 B
  73. guide/master/src/fundamentals/uniques.md : 620 B
  74. guide/0.5.0/src/fundamentals/uniques.md : 618 B
  75. tests/system.rs : 600 B
  76. guide/master/src/pilgrimage/more-resources.md : 569 B
  77. guide/0.5.0/src/pilgrimage/more-resources.md : 569 B
  78. tests/book/run.rs : 566 B
  79. guide/master/src/fundamentals/remove-components.md : 515 B
  80. guide/0.5.0/src/fundamentals/remove-components.md : 514 B
  81. guide/master/src/pilgrimage/projects-using-shipyard.md : 506 B
  82. guide/0.5.0/src/pilgrimage/projects-using-shipyard.md : 506 B
  83. tests/book/syntactic_peculiarities.rs : 500 B
  84. tests/book/delete_entity.rs : 492 B
  85. guide/master/src/fundamentals/add-entity.md : 443 B
  86. guide/0.5.0/src/fundamentals/add-entity.md : 442 B
  87. tests/book/get.rs : 422 B
  88. tests/book/sparse_set.rs : 377 B
  89. tests/book/world.rs : 373 B
  90. tests/book/uniques.rs : 348 B
  91. tests/book/mod.rs : 348 B
  92. guide/master/src/fundamentals/delete-entity.md : 313 B
  93. guide/0.5.0/src/fundamentals/delete-entity.md : 313 B
  94. guide/master/src/fundamentals.md : 312 B
  95. guide/0.5.0/src/fundamentals.md : 312 B
  96. tests/book/parallelism.rs : 269 B
  97. tests/book/non_send_sync.rs : 269 B
  98. release-check-list.md : 261 B
  99. guide/master/book.toml : 231 B
  100. guide/0.5.0/book.toml : 231 B
  101. guide/master/src/recipes/seed.md : 201 B
  102. guide/0.5.0/src/recipes/seed.md : 201 B
  103. guide/master/src/going-further.md : 152 B
  104. guide/0.5.0/src/going-further.md : 145 B
  105. guide/0.5.0/src/contributors.md : 114 B
  106. guide/master/src/contributors.md : 108 B
  107. .gitignore : 104 B
  108. tests/iteration/update/mod.rs : 91 B
  109. guide/master/src/pilgrimage.md : 73 B
  110. guide/0.5.0/src/pilgrimage.md : 73 B
  111. guide/master/src/recipes.md : 54 B
  112. guide/0.5.0/src/recipes.md : 54 B
  113. tests/iteration/mod.rs : 30 B
  114. tests/serde/mod.rs : 16 B