Skip to content

feat: Add no_std support#365

Merged
epage merged 1 commit intorust-lang:mainfrom
CathalMullan:no-std
Feb 18, 2026
Merged

feat: Add no_std support#365
epage merged 1 commit intorust-lang:mainfrom
CathalMullan:no-std

Conversation

@CathalMullan
Copy link
Copy Markdown
Contributor

Resolves #359

Only meaningful change is the swap from HashMap to BTreeMap in render.rs.
Running the benchmarks locally showed no real perf impact (within 1%).

Comment thread .github/workflows/ci.yml
Comment thread src/lib.rs Outdated
Copy link
Copy Markdown
Contributor

@epage epage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@epage epage merged commit e5ccc82 into rust-lang:main Feb 18, 2026
18 checks passed
@CathalMullan CathalMullan deleted the no-std branch February 18, 2026 14:53
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.

Add no_std support (with alloc)

2 participants