Skip to content

feat: starting support of no-std#3

Merged
dariusc93 merged 5 commits intomainfrom
refactor/no-std
Mar 30, 2026
Merged

feat: starting support of no-std#3
dariusc93 merged 5 commits intomainfrom
refactor/no-std

Conversation

@dariusc93
Copy link
Copy Markdown
Owner

Additionally, this PR relaxes Send + 'static

Note:

  • This is a start but still utilizes std for timeout varisnts and alloc for some features to work.
  • Right now, Unpin is still used due to the underlining requirements from FuturesUnordered. This might change in the future so that no-std will use some variant of it that doesnt require Unpin, allowing support for !Unpin but for now Unpin is still required.

@dariusc93 dariusc93 marked this pull request as ready for review March 30, 2026 02:58
@dariusc93 dariusc93 merged commit a67e924 into main Mar 30, 2026
1 check passed
@dariusc93 dariusc93 deleted the refactor/no-std branch March 30, 2026 02:58
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

Successfully merging this pull request may close these issues.

1 participant