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

When using without default features, std types are not available #4

Open
Fraser999 opened this issue Jan 19, 2021 · 1 comment
Open

Comments

@Fraser999
Copy link

For example, DataSize is not implemented for alloc::{collections::BTreeMap, string::String, vec::Vec}.

@marc-casperlabs
Copy link
Contributor

If we add these, we should add another alloc feature to put these behind. We can probably get away with just moving the existing impls for these behind allow and having std depend on said feature!

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