Ugly Alpha 1
validator_derive:0.6.2

total uncompressed bytes

79.2 KB

total files

41

Fix

NewInclude { include: [ "src/**/*", ], has_build_script: false, }

35 wasted files

total waste: 34.4 KB

  1. tests/complex.rs : 4.6 KB
  2. tests/schema.rs : 2.6 KB
  3. tests/must_match.rs : 2.1 KB
  4. tests/regex.rs : 2.0 KB
  5. tests/length.rs : 2.0 KB
  6. tests/range.rs : 1.9 KB
  7. tests/contains.rs : 1.9 KB
  8. tests/credit_card.rs : 1.8 KB
  9. tests/email.rs : 1.8 KB
  10. tests/phone.rs : 1.8 KB
  11. tests/url.rs : 1.8 KB
  12. tests/custom.rs : 1.6 KB
  13. tests/run-pass/range.rs : 688 B
  14. tests/run-pass/length.rs : 606 B
  15. tests/compile_test.rs : 561 B
  16. tests/run-pass/schema.rs : 497 B
  17. tests/compile-fail/length/equal_and_min_max_set.rs : 414 B
  18. tests/compile-fail/length/unknown_arg.rs : 395 B
  19. tests/compile-fail/range/unknown_arg.rs : 390 B
  20. tests/compile-fail/custom_not_string.rs : 376 B
  21. tests/compile-fail/must_match/field_type_doesnt_match.rs : 371 B
  22. tests/compile-fail/range/missing_arg.rs : 369 B
  23. tests/compile-fail/must_match/field_doesnt_exist.rs : 364 B
  24. tests/compile-fail/length/no_args.rs : 360 B
  25. tests/compile-fail/range/wrong_type.rs : 355 B
  26. tests/compile-fail/schema/missing_function.rs : 345 B
  27. tests/compile-fail/range/no_args.rs : 332 B
  28. tests/run-pass/custom.rs : 331 B
  29. tests/compile-fail/length/wrong_type.rs : 324 B
  30. tests/run-pass/must_match.rs : 304 B
  31. tests/compile-fail/no_validations.rs : 304 B
  32. tests/run-pass/lifetime.rs : 283 B
  33. tests/run-pass/phone.rs : 222 B
  34. tests/run-pass/url.rs : 220 B
  35. tests/run-pass/email.rs : 210 B