ids1024 / iso9660-rs

Rust library for reading iso9660 filesystems
Apache License 2.0
22 stars 5 forks source link

Release on crates #3

Closed werdahias closed 2 years ago

werdahias commented 2 years ago

Please release this library on crates.io,

ids1024 commented 2 years ago

It's intentionally not on crates.io since it's a fairly incomplete work in progress implementation. I was kind of intending to release it on crates.io once it had a more complete implementation of the ISO 9660 standard, and I was fairly happy with the API, but I haven't worked on it in a while.

werdahias commented 2 years ago

Ok, I can understand that. Maybe you could release an alpha version? I'd need your crate to package popsicle, and the best way for it would be if it was on crates.io

ids1024 commented 2 years ago

I guess there isn't all that high a standard for publishing on crates.io, this crate is already somewhat useful as is, and no one else has claimed the crate name for a better ISO 9660 implementation.

Published as https://crates.io/crates/iso9660.

werdahias commented 2 years ago

Thanks my dude.