reduxwise: Static analysis tool for Rust embedded systems complexity
[ bsd3, development, embedded, library, program, static-analysis ]
[ Propose Tags ]
[ Report a vulnerability ]
ReduxWise analyzes Rust projects for real-time embedded system scheduling. It detects IO operations, yield points, and computational complexity to help classify functions for embedded schedulers.
Features:
Analyzes IO operations (I2C, SPI, Flash, UART, Network, ADC, GPIO)
Detects yield points (.await, yield_now)
Measures computational complexity (loops, branches, arithmetic)
Classifies functions as IO-bound or CPU-bound
Generates JSON reports for scheduler integration
Parallel processing for fast analysis
See README for usage examples and documentation.
[Skip to Readme]
Downloads
- reduxwise-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=2.0 && <2.3), async (>=2.2 && <2.3), base (>=4.7 && <5), bytestring (>=0.10 && <0.13), containers (>=0.6 && <0.8), directory (>=1.3 && <1.4), filepath (>=1.4 && <1.6), mtl (>=2.2 && <2.4), optparse-applicative (>=0.16 && <0.19), reduxwise, regex-tdfa (>=1.3 && <1.4), text (>=1.2 && <2.2), time (>=1.9 && <1.15), yaml (>=0.11 && <0.12) [details] |
License | BSD-3-Clause |
Copyright | 2025 Theo M. Bulut |
Author | Theo M. Bulut |
Maintainer | vertexclique@gmail.com |
Category | Development, Static Analysis, Embedded |
Home page | https://github.com/vertexclique/reduxwise |
Bug tracker | https://github.com/vertexclique/reduxwise/issues |
Source repo | head: git clone https://github.com/vertexclique/reduxwise |
Uploaded | by vertexclique at 2025-10-10T21:27:55Z |
Distributions | |
Executables | reduxwise-exe |
Downloads | 2 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |