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

Book section: Dynamic data structures (draft) #125

Closed
japaric opened this issue Jul 17, 2018 · 1 comment
Closed

Book section: Dynamic data structures (draft) #125

japaric opened this issue Jul 17, 2018 · 1 comment
Assignees
Milestone

Comments

@japaric
Copy link
Member

japaric commented Jul 17, 2018

In this section we cover how to get data structures like std::Vec and std::String working in #[no_std] applications. There are two ways: (a) using the alloc crate, #[global_allocator] and #[alloc_error] -- heap allocated collections -- and (b) using the heapless crate -- fixed capacity collections. There should be a subsection that covers the advantages and disadvantages of using one or the other.

@japaric japaric changed the title Book section: Dynamic data structures Book section: Dynamic data structures (draft) Jul 17, 2018
@japaric japaric added this to the Preview 2 milestone Jul 17, 2018
@japaric japaric self-assigned this Jul 17, 2018
@japaric japaric modified the milestones: Preview 2, RC1 Aug 3, 2018
@japaric
Copy link
Member Author

japaric commented Aug 10, 2018

This issue was moved to rust-embedded/book#8

@japaric japaric closed this as completed Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants