Ugly Alpha 1
tera:0.1.3

total uncompressed bytes

77.1 KB

total files

52

Fix

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

41 wasted files

total waste: 14.5 KB

  1. tests/render_ok.rs : 2.5 KB
  2. tests/common/mod.rs : 2.3 KB
  3. benches/tera.rs : 1.9 KB
  4. tests/render_fails.rs : 1.7 KB
  5. tests/parser_fails.rs : 1.4 KB
  6. tests/templates/loops.html : 802 B
  7. tests/templates/conditions.html : 604 B
  8. tests/expected/loops.html : 425 B
  9. tests/templates/variables.html : 322 B
  10. tests/expected/conditions.html : 261 B
  11. tests/templates/basic_inheritance.html : 260 B
  12. tests/templates/base.html : 235 B
  13. tests/expected/variables.html : 232 B
  14. tests/expected/basic_inheritance.html : 214 B
  15. tests/lib.rs : 183 B
  16. tests/parser-failures/duplicate_block.html : 113 B
  17. .travis.yml : 98 B
  18. .editorconfig : 77 B
  19. tests/templates/empty_loop.html : 61 B
  20. tests/render-failures/field_unknown_forloop.html : 58 B
  21. tests/parser-failures/invalid_elif.html : 54 B
  22. tests/templates/comment_alignment.html : 49 B
  23. tests/parser-failures/invalid_else.html : 48 B
  24. .gitignore : 48 B
  25. tests/parser-failures/wrong_endblock.html : 47 B
  26. tests/render-failures/iterate_on_non_array.html : 43 B
  27. tests/parser-failures/missing_endblock_name.html : 39 B
  28. tests/parser-failures/invalid_extends.html : 37 B
  29. tests/expected/comment_alignment.html : 36 B
  30. tests/templates/comment.html : 34 B
  31. tests/render-failures/inexisting_parent.html : 21 B
  32. tests/render-failures/non_math_operation.html : 19 B
  33. tests/render-failures/field_unknown.html : 16 B
  34. tests/templates/basic.html : 15 B
  35. tests/expected/comment.html : 15 B
  36. tests/expected/basic.html : 15 B
  37. tests/parser-failures/invalid_operator.html : 12 B
  38. tests/parser-failures/unexpected_terminator.html : 10 B
  39. tests/parser-failures/unterminated.html : 9 B
  40. tests/parser-failures/invalid_number.html : 8 B
  41. tests/expected/empty_loop.html : 7 B