commonsense
commonsense is a collection of ergonomic rituals for Rust: macros and utilities that encode ownership and intent without hiding their cost.
Features
svec!— create aVec<String>from string literals or expressions.
Example
use commonsense as cs;