stack_dst-rs
Stack-allocated DSTs for rust (fixed capacity) (by thepowersgang)
metarust_demo
By panicbit
Our great sponsors
stack_dst-rs | metarust_demo | |
---|---|---|
1 | 1 | |
40 | 0 | |
- | - | |
5.4 | 0.8 | |
6 months ago | 12 months ago | |
Rust | Rust | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
stack_dst-rs
Posts with mentions or reviews of stack_dst-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-05.
-
What is the "evilest" thing you ever done with Rust?
For me it's the coolest and evilest - https://github.com/thepowersgang/stack_dst-rs/ A collection of data structures that store unsized types in an inline fixed-size buffer - with a single value, LIFO (list/Vec), and FIFO (stack) structures.
metarust_demo
Posts with mentions or reviews of metarust_demo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-05.
-
What is the "evilest" thing you ever done with Rust?
Metarust, a proc macro that let's you do inline procedural codegen. Here's a demo generating all possible swizzle functions for an arbitrary length vector