Ugly Alpha 1
tera:0.7.2

total uncompressed bytes

227.0 KB

total files

92

Fix

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

73 wasted files

total waste: 32.4 KB

  1. benches/tera.rs : 5.0 KB
  2. internals.md : 4.5 KB
  3. tests/render_ok.rs : 4.1 KB
  4. tests/render_fails.rs : 3.4 KB
  5. tests/parser_fails.rs : 1.7 KB
  6. examples/basic.rs : 1.2 KB
  7. tests/common/mod.rs : 1.2 KB
  8. tests/lib.rs : 989 B
  9. examples/ast.rs : 916 B
  10. tests/templates/loops.html : 802 B
  11. tests/templates/variable_tests.html : 779 B
  12. tests/templates/conditions.html : 710 B
  13. tests/expected/magical_variable.html : 635 B
  14. tests/templates/macros.html : 466 B
  15. tests/expected/loops.html : 425 B
  16. tests/templates/variables.html : 322 B
  17. tests/templates/filters.html : 314 B
  18. examples/templates/base.html : 298 B
  19. tests/expected/include.html : 266 B
  20. tests/expected/conditions.html : 261 B
  21. tests/templates/basic_inheritance.html : 260 B
  22. tests/templates/use_macros.html : 254 B
  23. tests/templates/base.html : 235 B
  24. tests/expected/variables.html : 232 B
  25. tests/expected/basic_inheritance.html : 214 B
  26. tests/expected/use_macros.html : 207 B
  27. tests/render-failures/macros.html : 201 B
  28. tests/templates/included.html : 188 B
  29. tests/templates/include.html : 138 B
  30. tests/expected/filters.html : 137 B
  31. tests/parser-failures/duplicate_block.html : 113 B
  32. examples/templates/users/profile.html : 110 B
  33. tests/expected/variable_tests.html : 105 B
  34. tests/parser-failures/invalid_content_macro.html : 103 B
  35. .travis.yml : 98 B
  36. tests/templates/magical_variable.html : 92 B
  37. tests/templates/indexing.html : 92 B
  38. examples/templates/macros.html : 86 B
  39. tests/render-failures/macro_wrong_args.html : 81 B
  40. .editorconfig : 77 B
  41. tests/render-failures/macro_self_inexisting.html : 66 B
  42. tests/templates/empty_loop.html : 61 B
  43. tests/templates/raw.html : 60 B
  44. tests/render-failures/field_unknown_forloop.html : 58 B
  45. .gitignore : 56 B
  46. tests/parser-failures/invalid_elif.html : 54 B
  47. tests/templates/comment_alignment.html : 49 B
  48. tests/parser-failures/invalid_else.html : 48 B
  49. tests/parser-failures/wrong_endblock.html : 47 B
  50. tests/render-failures/iterate_on_non_array.html : 43 B
  51. tests/render-failures/filter_section_invalid.html : 41 B
  52. tests/parser-failures/missing_endblock_name.html : 39 B
  53. tests/parser-failures/invalid_extends.html : 37 B
  54. tests/expected/raw.html : 36 B
  55. tests/expected/comment_alignment.html : 36 B
  56. tests/templates/comment.html : 34 B
  57. tests/parser-failures/missing_not_expression.html : 25 B
  58. tests/templates/macro_included.html : 22 B
  59. tests/render-failures/inexisting_include.html : 22 B
  60. tests/templates/value_render.html : 19 B
  61. tests/render-failures/non_math_operation.html : 19 B
  62. tests/render-failures/field_unknown.html : 16 B
  63. tests/templates/basic.html : 15 B
  64. tests/expected/indexing.html : 15 B
  65. tests/expected/comment.html : 15 B
  66. tests/expected/basic.html : 15 B
  67. tests/render-failures/value_render_non_object.html : 12 B
  68. tests/parser-failures/invalid_operator.html : 12 B
  69. tests/parser-failures/unexpected_terminator.html : 10 B
  70. tests/parser-failures/unterminated.html : 9 B
  71. tests/expected/value_render.html : 9 B
  72. tests/parser-failures/invalid_number.html : 8 B
  73. tests/expected/empty_loop.html : 7 B