Closed oestradiol closed 2 weeks ago
Hello @dapplion. Sorry to bother. Any updates on this?
I'm not sure if the crate is still being maintained, but if not, please let me know. Thanks!
Hey @oestradiol thanks for the ping. I'll be happy to review a PR of yours. Will add the license file, thanks for noting that.
This probably can be closed now that #12 has been merged.
Hello! Thanks for making this project. It's been really useful, especially to deal with the CAR files used in the ATProtocol Repositories. I really appreciate it.
Now, I wanted to ask something. I noticed that this crate was put under either APACHE 2.0 or MIT Licenses on crates.io, but noticed the licensing files are not included here on this repo.
On my project, I'm working with a different version of the IPLD crate (ipld-core) that relies on
serde
more, rather than the version used here,libipld
. Because of that, I wanted to rewrite an alternative version of this code usingipld-core
instead, so that it would fit my needs better. I was initially planning on uploading it to crates.io as a separate crate, but I might as well make a Pull Request if you prefer.I wanted to know if that would be OK, and if you choose the former rather than the latter, I kindly request you to include the LICENSE file here so that I am allowed to do it.
Thanks, - Elaina