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

Compiling to no_std #3

Merged
merged 8 commits into from
Nov 24, 2020
Merged

Compiling to no_std #3

merged 8 commits into from
Nov 24, 2020

Conversation

lazovicff
Copy link

@lazovicff lazovicff commented Nov 20, 2020

serde can't compile to no_std for now, so it's commented out. Not sure if I should focus on it now since there is more anon work to do.

Closes #2

@lazovicff lazovicff marked this pull request as draft November 20, 2020 23:40
@lazovicff lazovicff force-pushed the build-update branch 5 times, most recently from ff55fcc to 8ca89f7 Compare November 23, 2020 13:53
@lazovicff lazovicff marked this pull request as ready for review November 23, 2020 16:14
@lazovicff lazovicff force-pushed the build-update branch 4 times, most recently from 9c07699 to d9d3ae0 Compare November 23, 2020 16:58
@lazovicff
Copy link
Author

Hashmaps still doesn't work, putting it back to draft

@lazovicff lazovicff marked this pull request as draft November 23, 2020 18:22
@lazovicff lazovicff marked this pull request as ready for review November 23, 2020 21:58
@drewstone
Copy link

drewstone commented Nov 24, 2020

You could also just add std feature gates on top of the serde functions. Or optionally, use alt-serde which might compile to no_std.

https://crates.io/crates/alt_serde

@drewstone drewstone merged commit 74e4306 into main Nov 24, 2020
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.

Build linear combination system with no_std compatible library
2 participants