Skip to content

Can this library be no_std ? #352

@EriKWDev

Description

@EriKWDev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions