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

Add a heapless feature to all crates + docs to use it #51

Merged
merged 1 commit into from
Nov 27, 2019
Merged

Conversation

tarcieri
Copy link
Member

Makes heapless a first-class feature on all crates, to simplify heapless usage (e.g. microcontrollers).

With heapless as a first-class feature, it becomes possible to explicitly document heapless usage as well, which this commit also does.

Makes `heapless` a first-class feature on all crates, to simplify
`heapless` usage.

With `heapless` as a first-class feature, it becomes possible to
explicitly document heapless usage, which this commit also does.
@@ -6,7 +6,7 @@ rust:
- nightly

script:
- cargo test --all --release
- cargo test --all --release --lib
- cargo test --all --all-features --release
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still tests the docs, which now require the heapless feature to build

@tarcieri tarcieri merged commit 198da1c into master Nov 27, 2019
@tarcieri tarcieri deleted the heapless branch November 27, 2019 00:57
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.

None yet

1 participant