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

Do we have any idea to achieve a no-std feature of ssz-rs? #24

Closed
ashuralyk opened this issue Nov 16, 2022 · 3 comments
Closed

Do we have any idea to achieve a no-std feature of ssz-rs? #24

ashuralyk opened this issue Nov 16, 2022 · 3 comments

Comments

@ashuralyk
Copy link

No description provided.

@ralexstokes
Copy link
Owner

I think the main thing will be working around uses of types that allocate and rely on std features

I haven't looked myself but one way to start would be to just declare the crate no-std and see what the compiler doesn't like

@ashuralyk
Copy link
Author

I think the main thing will be working around uses of types that allocate and rely on std features

I haven't looked myself but one way to start would be to just declare the crate no-std and see what the compiler doesn't like

I see

@ralexstokes
Copy link
Owner

#25 sets out to handle this, will close this issue

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