addr-rs / addr

Parse domain names reliably and quickly in Rust
MIT License
51 stars 12 forks source link

Is this project still active? #3

Closed judemille closed 4 years ago

judemille commented 4 years ago

The repository has no commits since October 2018. Perhaps the code just still works fine, but I want to be sure there is still a developer.

rushmorem commented 4 years ago

It's still active. I just haven't had time to work on it lately but it's not abandoned.

judemille commented 4 years ago

I see. I have time to work on this, and I wanted this library for a project of mine, so if there's anything needing to be done, let me know.

rushmorem commented 4 years ago

If your use case is not confidential, you can share it if you don't mind. I might be able to recommend a specific crate that might work best for your needs.

judemille commented 4 years ago

My repository is currently not public as I have not gotten anywhere close to fully implementing it, but I'm making a JMAP client library in Rust, and I want to extract the domain from an email address.