multiversion
born
Our great sponsors
multiversion | born | |
---|---|---|
2 | 1 | |
122 | 20 | |
- | - | |
5.0 | 0.3 | |
16 days ago | over 1 year ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
multiversion
- Telling the compiler to use SIMD
-
How to tune target-features for multiserver, multiarchitecture deployment?
Not sure if it will help you. But this looks like crate you can use https://github.com/calebzulawski/multiversion
born
-
Advantages of building a CRUD web application in Rust?
You can also use Rust macro to build a similar feature that you uses in another language.
What are some alternatives?
rust-bitfield - This crate provides macros to generate bitfield-like struct.
throttle_my_fn - A Rust attribute macro to limit a function's number of runs over a specified period of time
fncmd - Command line interface as a function.
cute - Macro for Python-esque comprehensions in Rust
default-args.rs - zero runtime cost default arguments in rust
typestate-rs - Proc-macro typestate DSL for Rust
thanks_bot_2
maud - :pencil: Compile-time HTML templates for Rust
llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
negate - Attribute macro that generates negated versions of`is_something` functions
regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.