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

Move codegen into separate crate #234

Closed
stepancheg opened this issue Jul 3, 2017 · 2 comments
Closed

Move codegen into separate crate #234

stepancheg opened this issue Jul 3, 2017 · 2 comments

Comments

@stepancheg
Copy link
Owner

No description provided.

@jbowens
Copy link

jbowens commented Nov 27, 2017

I'd love to see no_std support from the crate that's imported by generated code at runtime. Separating codegen into a separate crate would be really helpful for that, so that codegen can freely depend on std.

@stepancheg
Copy link
Owner Author

codegen is now in separate crate (PR is about to land).

I'm going to create a separate issue for #[no_std], although I have no idea how #[no_std] works. Code should use only imports from core? Is Vec struct available? Is HashMap available? Should read and write be only to bytes, without using Read and Write traits? If you know how to do it, please tell me.

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

No branches or pull requests

2 participants