num-derive
num-derive copied to clipboard
Make available for `no_std`
Hi,
I'd like to use this crate for no_std
code which apparently is not possible at the moment.
Could this somehow be achieved?
If this is not possible with all features, maybe it is with a subset of the features and a feature gate?
Cheers and thanks!
I suppose you mean for derive(NumOps)
? That one will be solved by #41, and I think everything else already works.