scrabsha / hackmd-rs

Rust HackMD client
1 stars 1 forks source link

License? #2

Open edwar4rd opened 2 months ago

edwar4rd commented 2 months ago

Is this crate under MIT License or something like that?

scrabsha commented 2 months ago

Hi @edwar4rd!

I wrote this crate in a hot summer night two years ago, and don't really have the time/energy required to maintain/improve it. I think the right thing would be to deprecate it :(

Are you interested in taking ownership of it on crates.io?

If so, then you can consider the code as MIT-licensed, and start working from there :)

edwar4rd commented 2 months ago

Wow! I'll be more than happy to take on the responsibility to maintain the crate, although I don't have prior experience on publishing to crates.io and stuff.

I'm currently a college student who uses hackmd for my notes a lot, and want to automate some aspects of the process. I really like using Rust for my personal stuff, so seeing this crate exists is really a god send.

scrabsha commented 2 months ago

Wow! I'll be more than happy to take on the responsibility to maintain [...].

Great! Feel free to fork & improve this repo and ping me when you're ready to release your work on crates.io, we'll work that out together (I never transferred crate ownership before, so it will be new for both of us). In the meantime, I can help by reviewing your code/mentoring you if you feel you need it.

Good luck for college!

edwar4rd commented 1 month ago

I've already created a pull request for my current modifications. It's not fully compatible with previous version though, so I've increased the version number in cargo.toml.