-
Notifications
You must be signed in to change notification settings - Fork 280
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
Add serde support #179
Comments
Good idea, however, it needs to be behind a feature flag. |
This would be very useful for me. I need KeyEvent to implement Deserialize and Serialize. I would like to help with this if I can. |
I have two reasons for that:
If you have questions on how to implement this please ask away here :) |
That sounds reasonable :) I will have a look at this soon and will come back to you when I can't find out how to implement this as a feature. |
I finally had the time to work on this. See my pull request here: #190 |
Thanks! |
It would be very useful to be able to serialise things like the colour and attribute types in
crossterm
.The text was updated successfully, but these errors were encountered: