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

WIP serde #39

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

WIP serde #39

wants to merge 10 commits into from

Conversation

tatref
Copy link

@tatref tatref commented Jan 30, 2018

Hi,

Here is the work in progress to port the full emulator from rustc_serialize to serde. It is still very rough on the edges!
I had to duplicate the "big array" trick for the Box<[T; XXX]> type. I'm not sure if there is a cleaner and more general solution.

This does not compile yet, what I did is mostly search and replace.

Don't be in a hurry to check this ;-)

Remaining:

cdrom::AsyncResponse
gpu::Callback
gpu::Gp0Handler
mdec::CommandHandler

@tatref tatref changed the title work in progress WIP serde Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant