Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish on crates.io #12

Open
bbb651 opened this issue Jul 13, 2024 · 1 comment
Open

Publish on crates.io #12

bbb651 opened this issue Jul 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bbb651
Copy link

bbb651 commented Jul 13, 2024

Luckily there's no crate named aidoku right now, but the name can very easily get squatted and while it's possible to contact the crates.io team to resolve it it'll be a lot simpler to publish now, even as a 0.1.0-alpha.1 (and other crates as aidoku_*).

Also, I'm currently working on an anime scraping wasm api, and looked through the source code to take some inspiration for the api, and I noticed this in the imports crate README:

This covers the main imports that Aidoku will interface. Do note it does not contain Aidoku-specific imports, those can be found in the lib crate (we intend on making an anime app that reuses the same imports).

I'm curious to hear if you currently have plans regarding that, I'm not entirely sure yet if I'll end up making my own std and scraper apis or using Aidoku's, but it seems very worthwhile to not have multiple different apis as it's already enough work making scrapers. I'll update when I make some more progress on the design.

@Skittyblock Skittyblock added the enhancement New feature or request label Jul 13, 2024
@Skittyblock
Copy link
Member

the main reason it isn't published right now is because I'm in the middle of a complete rewrite that will likely end up being pretty different from the current version

also I'm lazy, and I hope nobody squats it just to be mean. aidoku-rs is very much alpha which is why I prefer it being used via github rather than crates.io currently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants