Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the crate for publishing as axallocator@0.2.0, including renaming the package and switching the slab backend to ax_slab_allocator, plus adding the missing top-level project docs/license files for crates.io.
Changes:
- Rename the package to
axallocatorand bump version to0.2.0. - Replace the slab allocator dependency/imports with
ax_slab_allocator. - Add
README.mdandLICENSE, and wire the README intoCargo.toml.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/slab.rs |
Switch Heap import and documentation link to ax_slab_allocator. |
Cargo.toml |
Rename package/version, swap slab dependency, add readme field. |
README.md |
Add crate overview, feature list, and dependency example. |
LICENSE |
Add license summary for the multi-license expression in Cargo.toml. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.