Skip to content
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

no_std support #15

Open
lemunozm opened this issue Apr 23, 2024 · 2 comments
Open

no_std support #15

lemunozm opened this issue Apr 23, 2024 · 2 comments

Comments

@lemunozm
Copy link

Hi, we wanted to use this crate in a no_std environment. Is it expected at some point?

@olliemath
Copy link
Owner

Hey, I'd be happy to add support, but have to admit I don't have any experience with no_std environemnts. The plan would be to follow a similar path to chrono's own no_std journey chronotope/chrono#336

This would probably take a while given other time commitments I have, so help is welcome. In the absence of a PR I'm happy to commit to adding it over the next few months.

@lemunozm
Copy link
Author

Thanks for your fast response!

From what I could see, it should not be very difficult, because most of the implementations are just plain code over chrono crate, which already supports no_std. Or at least, supporting some basic functionality.

I'll try to research a bit and maybe add a draft PR

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

No branches or pull requests

2 participants