Ugly Alpha 1
validator_derive:0.9.0

total uncompressed bytes

103.0 KB

total files

43

Fix

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

37 wasted files

total waste: 51.9 KB

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