-
Notifications
You must be signed in to change notification settings - Fork 2
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
Splitting out types
into libgemini?
#40
Comments
I haven't actively worked on this library in a while, so right now I can not judge wether this is reasonable or even useful, but I am open to the idea. |
I've had a look now and decided to try splitting the module into a separate crate. |
I'm not sure wether to publish this as |
This also raises the question of how to do versioning. If I'd keep the types crate in this repository, it would be the easiest to manage, but it would also make it unclear how to tag releases. |
One possibility would be to use features to either import the full package or just the gemini library. That would save some compile time on the end user's end without any operational overhead (I think) on the maintainers' end-- just the initial setup. |
Hello! I've been writing a small gemini client and I believe a lot of the functionality in the
types
directory could be used as a standalone library. Is that something that would be of interest at all?The text was updated successfully, but these errors were encountered: