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

PSQ: Figure out no_std #698

Open
keks opened this issue Nov 27, 2024 · 0 comments
Open

PSQ: Figure out no_std #698

keks opened this issue Nov 27, 2024 · 0 comments

Comments

@keks
Copy link
Member

keks commented Nov 27, 2024

In #313 we realized that the PSQ crate uses std::time::SystemTime. While there is core::time, it doesn't contain SystemTime. To make psq no_std we need to either

  1. get rid of SystemTime or
  2. hide it behind an std feature
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

1 participant