Ugly Alpha 1
tera:0.10.6

total uncompressed bytes

272.6 KB

total files

110

Fix

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

89 wasted files

total waste: 38.5 KB

  1. tests/render_ok.rs : 5.4 KB
  2. benches/tera.rs : 5.3 KB
  3. tests/render_fails.rs : 5.0 KB
  4. internals.md : 4.5 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 : 934 B
  10. tests/templates/loops.html : 917 B
  11. tests/templates/variable_tests.html : 779 B
  12. tests/templates/conditions.html : 710 B
  13. tests/expected/magical_variable.html : 704 B
  14. tests/reload.rs : 703 B
  15. appveyor.yml : 590 B
  16. tests/templates/macros.html : 466 B
  17. tests/expected/loops.html : 464 B
  18. examples/http.rs : 386 B
  19. tests/templates/variables.html : 322 B
  20. tests/templates/filters.html : 314 B
  21. examples/templates/base.html : 298 B
  22. tests/expected/include.html : 266 B
  23. tests/expected/conditions.html : 261 B
  24. tests/templates/basic_inheritance.html : 260 B
  25. tests/templates/use_macros.html : 254 B
  26. tests/templates/base.html : 235 B
  27. tests/expected/variables.html : 232 B
  28. tests/expected/basic_inheritance.html : 214 B
  29. tests/expected/use_macros.html : 207 B
  30. tests/render-failures/macros.html : 201 B
  31. tests/templates/included.html : 188 B
  32. tests/templates/loops_set_dot_access.html : 176 B
  33. tests/templates/include.html : 138 B
  34. tests/expected/filters.html : 137 B
  35. tests/render-failures/error-location/base_error.html : 127 B
  36. tests/render-failures/error-location/error_in_grand_child.html : 114 B
  37. tests/parser-failures/duplicate_block.html : 113 B
  38. tests/expected/loops_set_dot_access.html : 110 B
  39. examples/templates/users/profile.html : 110 B
  40. tests/expected/variable_tests.html : 105 B
  41. tests/render-failures/error-location/error_in_child.html : 103 B
  42. tests/parser-failures/invalid_content_macro.html : 103 B
  43. .travis.yml : 98 B
  44. tests/render-failures/error-location/error_in_parent.html : 97 B
  45. tests/templates/magical_variable.html : 92 B
  46. tests/templates/indexing.html : 92 B
  47. examples/templates/macros.html : 86 B
  48. tests/render-failures/macro_wrong_args.html : 81 B
  49. tests/render-failures/error-location/error_in_macro.html : 81 B
  50. .editorconfig : 77 B
  51. tests/render-failures/error-location/base.html : 72 B
  52. tests/templates/loop_with_filters.html : 70 B
  53. tests/render-failures/error-location/macros.html : 68 B
  54. tests/render-failures/macro_self_inexisting.html : 66 B
  55. tests/templates/empty_loop.html : 61 B
  56. tests/templates/raw.html : 60 B
  57. tests/render-failures/field_unknown_forloop.html : 58 B
  58. .gitignore : 56 B
  59. tests/parser-failures/invalid_elif.html : 54 B
  60. tests/templates/comment_alignment.html : 49 B
  61. tests/parser-failures/invalid_else.html : 48 B
  62. tests/parser-failures/wrong_endblock.html : 47 B
  63. tests/render-failures/iterate_on_non_array.html : 43 B
  64. tests/render-failures/filter_section_invalid.html : 39 B
  65. tests/parser-failures/missing_endblock_name.html : 39 B
  66. tests/parser-failures/invalid_extends.html : 37 B
  67. tests/expected/raw.html : 36 B
  68. tests/expected/comment_alignment.html : 36 B
  69. tests/templates/comment.html : 34 B
  70. tests/templates/global_fn.html : 27 B
  71. tests/parser-failures/missing_not_expression.html : 25 B
  72. tests/templates/macro_included.html : 22 B
  73. tests/render-failures/inexisting_include.html : 22 B
  74. tests/expected/loop_with_filters.html : 20 B
  75. tests/templates/value_render.html : 19 B
  76. tests/render-failures/non_math_operation.html : 19 B
  77. tests/render-failures/field_unknown.html : 16 B
  78. tests/templates/basic.html : 15 B
  79. tests/expected/indexing.html : 15 B
  80. tests/expected/comment.html : 15 B
  81. tests/expected/basic.html : 15 B
  82. tests/render-failures/value_render_non_object.html : 12 B
  83. tests/parser-failures/invalid_operator.html : 12 B
  84. tests/expected/global_fn.html : 11 B
  85. tests/parser-failures/unexpected_terminator.html : 10 B
  86. tests/parser-failures/unterminated.html : 9 B
  87. tests/expected/value_render.html : 9 B
  88. tests/parser-failures/invalid_number.html : 8 B
  89. tests/expected/empty_loop.html : 7 B