Ugly Alpha 1
cortex-m-rtfm:0.4.2

total uncompressed bytes

192.5 KB

total files

139

Fix

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

129 wasted files

total waste: 129.5 KB

  1. book/ru/src/by-example/resources.md : 8.8 KB
  2. book/ru/src/by-example/app.md : 6.2 KB
  3. ci/script.sh : 6.1 KB
  4. book/ru/src/by-example/timer-queue.md : 5.9 KB
  5. book/en/src/by-example/resources.md : 5.2 KB
  6. book/ru/src/README_RU.md : 5.1 KB
  7. book/ru/src/by-example/tips.md : 4.5 KB
  8. book/en/src/by-example/app.md : 4.1 KB
  9. book/en/src/by-example/timer-queue.md : 4.0 KB
  10. book/ru/src/by-example/types-send-sync.md : 3.9 KB
  11. book/ru/src/by-example/tasks.md : 3.9 KB
  12. book/en/src/by-example/tips.md : 3.3 KB
  13. book/ru/src/by-example/new.md : 2.7 KB
  14. book/en/src/by-example/types-send-sync.md : 2.5 KB
  15. book/en/src/by-example/tasks.md : 2.3 KB
  16. tests/cpass/resource.rs : 2.1 KB
  17. book/en/src/by-example/new.md : 1.8 KB
  18. tests/cpass/schedule.rs : 1.8 KB
  19. tests/cfail/cfg-resources.rs : 1.6 KB
  20. tests/compiletest.rs : 1.6 KB
  21. examples/lock.rs : 1.5 KB
  22. tests/cpass/singleton.rs : 1.4 KB
  23. tests/cpass/spawn.rs : 1.4 KB
  24. examples/types.rs : 1.4 KB
  25. examples/generics.rs : 1.4 KB
  26. book/ru/src/by-example/singletons.md : 1.3 KB
  27. .travis.yml : 1.3 KB
  28. examples/late.rs : 1.3 KB
  29. examples/singleton.rs : 1.2 KB
  30. examples/not-send.rs : 1.2 KB
  31. book/ru/src/by-example.md : 1.1 KB
  32. examples/baseline.rs : 1.1 KB
  33. examples/task.rs : 1.1 KB
  34. examples/interrupt.rs : 1.1 KB
  35. examples/resource.rs : 1.0 KB
  36. examples/cfg.rs : 993 B
  37. tests/cfail/cfg-static.rs : 992 B
  38. ci/after-success.sh : 989 B
  39. book/en/src/by-example/singletons.md : 966 B
  40. tests/cpass/cfg.rs : 938 B
  41. examples/message.rs : 911 B
  42. examples/schedule.rs : 883 B
  43. examples/capacity.rs : 855 B
  44. examples/binds.rs : 852 B
  45. examples/static.rs : 771 B
  46. examples/ramfunc.rs : 770 B
  47. book/ru/src/SUMMARY.md : 751 B
  48. tests/cfail/late-not-send.rs : 723 B
  49. book/en/src/by-example.md : 705 B
  50. redirect.html : 704 B
  51. examples/periodic.rs : 687 B
  52. examples/not-sync.rs : 682 B
  53. tests/cfail/needs-sync.rs : 654 B
  54. examples/init.rs : 637 B
  55. tests/cpass/unsafe.rs : 628 B
  56. book/en/src/SUMMARY.md : 614 B
  57. tests/cpass/late-not-send.rs : 611 B
  58. tests/cfail/init-not-send.rs : 611 B
  59. book/ru/src/internals.md : 589 B
  60. examples/idle.rs : 559 B
  61. tests/cfail/early-return.rs : 544 B
  62. book/ru/src/preface.md : 506 B
  63. tests/cfail/needs-send.rs : 498 B
  64. tests/cfail/early-return-2.rs : 496 B
  65. ci/install.sh : 473 B
  66. .cargo/config : 454 B
  67. book/en/src/preface.md : 452 B
  68. tests/cpass/binds.rs : 444 B
  69. tests/cfail/task-divergent.rs : 361 B
  70. tests/cfail/used-free-interrupt-2.rs : 357 B
  71. tests/cfail/duplicate-args.rs : 350 B
  72. tests/cfail/duplicate-args-2.rs : 350 B
  73. tests/cfail/task-idle.rs : 345 B
  74. tests/cfail/used-free-interrupt.rs : 344 B
  75. tests/cpass/late-resource.rs : 342 B
  76. tests/cfail/exception-divergent.rs : 328 B
  77. tests/cfail/interrupt-divergent.rs : 327 B
  78. tests/cfail/exception-invalid.rs : 326 B
  79. tests/cfail/exception-output.rs : 324 B
  80. tests/cfail/interrupt-output.rs : 323 B
  81. book/en/src/internals.md : 321 B
  82. tests/cfail/exception-sys-tick.rs : 317 B
  83. tests/cfail/exception-input.rs : 317 B
  84. tests/cfail/interrupt-input.rs : 316 B
  85. tests/cpass/peripheral.rs : 309 B
  86. tests/cfail/late-uninit.rs : 305 B
  87. tests/cfail/init-divergent.rs : 302 B
  88. tests/cfail/idle-input.rs : 301 B
  89. tests/cfail/init-output.rs : 298 B
  90. tests/cfail/init-input.rs : 291 B
  91. tests/cfail/idle-not-divergent.rs : 291 B
  92. tests/cfail/late-assigned-to-init.rs : 285 B
  93. tests/cfail/resource-pub.rs : 282 B
  94. tests/cfail/insufficient-free-interrupts.rs : 270 B
  95. tests/cfail/resource-not-declared.rs : 247 B
  96. tests/cfail/task-not-declared.rs : 239 B
  97. examples/smallest.rs : 239 B
  98. ci/expected/periodic.run : 177 B
  99. ci/expected/ramfunc.grep.foo : 119 B
  100. ci/expected/ramfunc.grep.bar : 119 B
  101. ci/expected/baseline.run : 114 B
  102. book/ru/book.toml : 104 B
  103. book/en/book.toml : 104 B
  104. ci/expected/generics.run : 96 B
  105. .github/bors.toml : 85 B
  106. .gitignore : 66 B
  107. ci/expected/schedule.run : 65 B
  108. ci/expected/interrupt.run : 51 B
  109. ci/expected/static.run : 48 B
  110. ci/expected/binds.run : 47 B
  111. ci/expected/message.run : 42 B
  112. ci/expected/resource.run : 36 B
  113. ci/expected/lock.run : 36 B
  114. ci/expected/capacity.run : 32 B
  115. book/ru/src/internals/ceilings.md : 29 B
  116. book/en/src/internals/ceilings.md : 29 B
  117. book/ru/src/internals/tasks.md : 28 B
  118. book/en/src/internals/tasks.md : 28 B
  119. book/ru/src/internals/timer-queue.md : 24 B
  120. book/en/src/internals/timer-queue.md : 24 B
  121. ci/expected/late.run : 21 B
  122. ci/expected/singleton.run : 14 B
  123. ci/expected/task.run : 12 B
  124. ci/expected/idle.run : 10 B
  125. ci/expected/init.run : 5 B
  126. ci/expected/ramfunc.run : 4 B
  127. ci/expected/types.run : 0 B
  128. ci/expected/not-sync.run : 0 B
  129. ci/expected/not-send.run : 0 B