lib.rs (178B)
1 //! This crate provides encoding for ICNS icons (Apple Icon Image Format). 2 3 mod decode; 4 mod encode; 5 mod os_type; 6 7 pub use crate::decode::Decoder; 8 pub use crate::encode::Encoder;
icns-rsEasily create .icns files (Mac Icons) with this Rust library or the included CLI app. | |
| Log | Files | Refs | LICENSE |