-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hi!
Would it be possible to make this library no_std?
adding
#![no_std]to ctor and dtor?
It seems that ctor compiles and tests succeed when I run them with the [no_std] added, and dtor as well. However, dtor macros generate code which depends on ::std so not sure what to do there.
I am trying to use this in a no_std binary with libc which is the usecase.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels