Ugly Alpha 1
color-operators:0.0.3

total uncompressed bytes

156.7 KB

total files

76

Fix

RemoveExcludeAndUseInclude { include_added: [], include: [], include_removed: [ "**/*.rs", "Cargo.toml", ".github/README.md", "LICENSE", ], }

76 wasted files

total waste: 156.7 KB

  1. LICENSE : 34.5 KB
  2. .github/README.md : 11.4 KB
  3. src/color/mod.rs : 7.1 KB
  4. src/hsl/mod.rs : 6.1 KB
  5. src/hsv/mod.rs : 6.1 KB
  6. src/rgb/mod.rs : 5.8 KB
  7. src/color/add.rs : 3.8 KB
  8. src/color/subtract.rs : 3.8 KB
  9. examples/hsl-to-rgb/main.rs : 2.5 KB
  10. examples/hsl-to-hsv/main.rs : 2.5 KB
  11. examples/hsv-to-rgb/main.rs : 2.4 KB
  12. examples/hsv-to-hsl/main.rs : 2.4 KB
  13. examples/rgb-to-hsv/main.rs : 2.4 KB
  14. examples/rgb-to-hsl/main.rs : 2.4 KB
  15. src/hsv/subtract.rs : 2.3 KB
  16. src/hsl/subtract.rs : 2.3 KB
  17. src/hsl/add.rs : 2.3 KB
  18. src/hsv/add.rs : 2.3 KB
  19. src/lib.rs : 2.2 KB
  20. src/rgb/add.rs : 2.2 KB
  21. src/rgb/subtract.rs : 2.2 KB
  22. src/hsv/equality.rs : 1.9 KB
  23. src/hsl/equality.rs : 1.9 KB
  24. src/rgb/equality.rs : 1.8 KB
  25. src/rgb/convert_vector.rs : 1.8 KB
  26. src/hsl/convert_rgb.rs : 1.8 KB
  27. src/rgb/convert_hsl.rs : 1.7 KB
  28. src/hsl/convert_json_value.rs : 1.6 KB
  29. src/hsv/convert_json_value.rs : 1.6 KB
  30. src/color/equality.rs : 1.6 KB
  31. src/rgb/convert_json_value.rs : 1.5 KB
  32. src/hsl/convert_vector.rs : 1.3 KB
  33. src/hsv/convert_vector.rs : 1.2 KB
  34. src/hsl/convert_array.rs : 1.2 KB
  35. src/hsl/convert_tuple.rs : 1.2 KB
  36. src/hsv/convert_array.rs : 1.2 KB
  37. src/hsv/convert_tuple.rs : 1.2 KB
  38. Cargo.toml : 1.1 KB
  39. src/rgb/convert_array.rs : 1.1 KB
  40. src/rgb/convert_tuple.rs : 1.1 KB
  41. src/hsv/convert_hsl.rs : 986 B
  42. src/hsl/convert_hsv.rs : 903 B
  43. tests/rgb/add.rs : 855 B
  44. tests/rgb/subtract.rs : 850 B
  45. tests/hsl/subtract.rs : 782 B
  46. tests/hsv/subtract.rs : 781 B
  47. tests/hsv/add.rs : 781 B
  48. tests/hsl/add.rs : 781 B
  49. tests/rgb/from/hsl.rs : 775 B
  50. Cargo.lock : 763 B
  51. src/hsv/convert_rgb.rs : 713 B
  52. tests/hsv/rotate_rgb.rs : 658 B
  53. tests/hsl/rotate_rgb.rs : 658 B
  54. tests/hsv/from/hsl.rs : 631 B
  55. src/rgb/convert_hsv.rs : 629 B
  56. tests/rgb/from/hsv.rs : 581 B
  57. tests/hsv/from/rgb.rs : 581 B
  58. tests/hsl/from/rgb.rs : 581 B
  59. tests/tests.rs : 553 B
  60. tests/rgb/rotate_rgb.rs : 487 B
  61. src/color/convert_hsv.rs : 460 B
  62. src/color/convert_hsl.rs : 460 B
  63. src/color/convert_rgb.rs : 456 B
  64. tests/hsv/from/vector.rs : 352 B
  65. tests/hsv/from/array.rs : 344 B
  66. tests/hsl/from/vector.rs : 332 B
  67. tests/hsl/from/array.rs : 322 B
  68. tests/rgb/from/vector.rs : 307 B
  69. tests/rgb/from/array.rs : 299 B
  70. src/rgb/convert_color.rs : 294 B
  71. src/hsv/convert_color.rs : 294 B
  72. src/hsl/convert_color.rs : 294 B
  73. tests/hsl/from/hex.rs : 264 B
  74. tests/hsl/from/hsv.rs : 260 B
  75. tests/hsv/from/hex.rs : 255 B
  76. tests/rgb/from/hex.rs : 222 B