10 releases
new 0.3.9 | Jul 7, 2025 |
---|---|
0.3.8 | Jul 4, 2025 |
0.3.7 | Jun 25, 2025 |
0.3.5 | May 22, 2025 |
0.2.7 | Apr 15, 2025 |
#26 in #multi-dimensional
458 downloads per month
Used in 8 crates
(5 directly)
220KB
5.5K
SLoC
RSTSR Common
This crate includes some core light-weighted utilities used in RSTSR. Most computationally non-intensive operations are defined or declared in this crate.
This crate also involves iterator to layouts in CPU. These iterators should be fairly efficient (does not leverage SIMD optimization, so not fully efficient), and those iterators can be applied to other rust programs that only uses CPU as backend.
This crate becomes independent after RSTSR v0.2.6+.
Dependencies
~4MB
~105K SLoC