icns-rs

Easily create .icns files (Mac Icons) with this Rust library or the included CLI app.
Log | Files | Refs | LICENSE

commit 5747b8516f66191d2edf98084f76949ee63af76e
parent e3db6fad0337ac058f47f28ae4485206c6771830
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Mon, 31 Dec 2018 11:59:30 +1300

[+] Pull in our modules.

Diffstat:
Msrc/lib.rs | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/lib.rs b/src/lib.rs @@ -1,7 +1,2 @@ -#[cfg(test)] -mod tests { - #[test] - fn it_works() { - assert_eq!(2 + 2, 4); - } -} +pub mod encode; +pub mod os_type;