Ugly Alpha 1
tera:0.1.1

total uncompressed bytes

116.0 KB

total files

45

Fix

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

33 wasted files

total waste: 17.0 KB

  1. tests/lib.rs : 10.2 KB
  2. benches/tera.rs : 2.6 KB
  3. tests/templates/loops.html : 802 B
  4. tests/templates/conditions.html : 604 B
  5. tests/expected/loops.html : 425 B
  6. tests/templates/variables.html : 322 B
  7. tests/expected/conditions.html : 261 B
  8. tests/templates/basic_inheritance.html : 260 B
  9. tests/templates/base.html : 235 B
  10. tests/expected/variables.html : 232 B
  11. tests/expected/basic_inheritance.html : 214 B
  12. tests/parser-failures/duplicate_block.html : 91 B
  13. .travis.yml : 85 B
  14. .editorconfig : 77 B
  15. tests/render-failures/field_unknown_forloop.html : 58 B
  16. tests/parser-failures/invalid_elif.html : 54 B
  17. tests/parser-failures/invalid_else.html : 48 B
  18. .gitignore : 48 B
  19. tests/templates/empty_loop.html : 47 B
  20. tests/parser-failures/wrong_endblock.html : 47 B
  21. tests/render-failures/iterate_on_non_array.html : 43 B
  22. tests/parser-failures/missing_endblock_name.html : 39 B
  23. tests/parser-failures/invalid_extends.html : 37 B
  24. tests/render-failures/inexisting_parent.html : 21 B
  25. tests/render-failures/non_math_operation.html : 19 B
  26. tests/render-failures/field_unknown.html : 16 B
  27. tests/templates/basic.html : 15 B
  28. tests/expected/basic.html : 15 B
  29. tests/parser-failures/invalid_operator.html : 12 B
  30. tests/parser-failures/unexpected_terminator.html : 10 B
  31. tests/parser-failures/unterminated.html : 9 B
  32. tests/parser-failures/invalid_number.html : 8 B
  33. tests/expected/empty_loop.html : 7 B