This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// cargo-deps: hsl, image, csv = "1.0.0-beta.4", serde, serde_derive | |
// ~~~ PUBLIC DOMAIN ~~~ | |
// I, the copyright holder of this work, hereby release it | |
// into the public domain. This applies worldwide. | |
// In case this is not legally possible, I grant any entity | |
// the right to use this work for any purpose, without any | |
// conditions, unless such conditions are required by law. | |
extern crate csv; |