Skip to content

Commit 8d5b7ad

Browse files
authored
Remove weird statistics (#2)
The crates.io stats are misleading because it's a *very* incomplete list. I have no idea how crates.io defines these categories, but none of my no-std no-alloc crates are listed. I feel like listing this with such a small number of crates does a disservice to the community that has been working on making a great no-std ecosystem. Hence this PR. Let's keep it more vague while still making the point. Thanks!
1 parent 3908bb1 commit 8d5b7ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/blog/2024-08-12-transition-announcement.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ Our immediate focus is on the following tasks:
180180
- **Better compatibility.**
181181
- Fully switch to [quasi-pointers](https://github.com/EmbarkStudios/spirt/pull/24) to
182182
support more advanced Rust constructs.
183-
- Add `alloc` support. This will allow us to move from supporting [at most 500
184-
`no_std`, no alloc crates](https://crates.io/categories/no-std::no-alloc) to [over
185-
6,000 `no_std` + alloc crates](https://crates.io/categories/no-std).
183+
- Add `alloc` support. This will allow us to use even more `no_std` crates that also allocate memory.
186184
- **Better testing.**
187185
- Develop our own crater-like tool to create a burndown list of `no_std` and `alloc`
188186
crates that don't work with Rust GPU.

0 commit comments

Comments
 (0)