icns-rs

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

commit 283506276c9b80ee73bd2f690ea30a9b2a559169
parent a2cad80978acc82a072cbae94cd74225a4beed01
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Mon, 31 Dec 2018 14:43:18 +1300

[+] Feedback!

Diffstat:
Mreadme.md | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md @@ -79,4 +79,8 @@ fn main() { - [ ] Simple and robust cli app - [ ] Flag based use - [ ] Shell pipe use -- [ ] Unit tests -\ No newline at end of file +- [ ] Unit tests + +## Feedback Wanted + +I'm relatively new to Rust. If you have any tips, see any non-idiomatic code, or notice ways to make the library more ergonomic and powerful: I'd love to hear from you. +\ No newline at end of file