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

Make the crate no-std #10

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Make the crate no-std #10

merged 2 commits into from
Oct 21, 2024

Conversation

mwcampbell
Copy link
Contributor

I'd like to make accesskit_consumer no-std, as a first step toward implementing a screen reader for embedded applications. Making immutable-chunkmap no-std would be a prerequisite for that.

The one thing I removed was a println statement in one of the tests. Let me know if you really want that back, but I figured it would be worth removing that statement, possibly no longer needed, in order to avoid having to conditionally enable std for the whole crate when building and running the tests.

@estokes
Copy link
Owner

estokes commented Oct 21, 2024

Looks good to me! Thanks for your contribution.

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.

2 participants