Skip to content

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