Skip to content

Pr/no std protocol core#1478

Closed
caarloshenriq wants to merge 5 commits intopayjoin:masterfrom
caarloshenriq:pr/no-std-protocol-core
Closed

Pr/no std protocol core#1478
caarloshenriq wants to merge 5 commits intopayjoin:masterfrom
caarloshenriq:pr/no-std-protocol-core

Conversation

@caarloshenriq
Copy link
Copy Markdown
Contributor

Pull Request Checklist

Please confirm the following before requesting review:

Move networking, persistence, URL, and time functionality behind std-aware
feature gates so alloc-only builds do not pull in runtime or IO dependencies
Adjust shared error and parsing paths to avoid implicit std assumptions
and work under alloc-only builds

This allows the core protocol surface to compile consistently across
embedded and std targets
Update core protocol state transitions and URI handling so they compile
without std while keeping the same behavior for std-enabled targets.

This is the main protocol-facing part of the no_std port
Adjust FFI-facing receive code to match the new core feature boundaries
introduced for no_std support
@caarloshenriq
Copy link
Copy Markdown
Contributor Author

Closing to split into smaller, more focused PRs for easier review.

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