Skip to content

Make the crate no_std #4

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

Merged
merged 1 commit into from
Feb 10, 2020
Merged

Make the crate no_std #4

merged 1 commit into from
Feb 10, 2020

Conversation

jplatte
Copy link
Contributor

@jplatte jplatte commented Feb 10, 2020

fixes #3

What would supporting no-std entail for this repo?

It would set your minimum supported Rust version to 1.6.0, the version that stabilized #![no_std], but I'm pretty sure it already doesn't work with Rust < 1.12.0 anyway because before that, tt macro fragments were kind of broken (rust-lang/rust#34908). There's almost never a reason for pure-macro crates to not be #![no_std].

@kellytk kellytk merged commit ceb225c into kellytk:master Feb 10, 2020
@jplatte jplatte deleted the patch-1 branch February 10, 2020 16:36
@kellytk
Copy link
Owner

kellytk commented Feb 10, 2020

Thank you @jplatte!

kellytk added a commit that referenced this pull request Feb 10, 2020
* Add support for no_std (#4)
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.

Supporting no-std
2 participants