https://github.com/electriccoffee/rust-seclib
An attempt at implementing Haskell's SecLib in Rust
https://github.com/electriccoffee/rust-seclib
rust-library seclib security taint-analysis
Last synced: 9 months ago
JSON representation
An attempt at implementing Haskell's SecLib in Rust
- Host: GitHub
- URL: https://github.com/electriccoffee/rust-seclib
- Owner: ElectricCoffee
- License: bsd-3-clause
- Created: 2018-11-01T10:03:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T14:10:50.000Z (over 7 years ago)
- Last Synced: 2025-07-24T02:51:18.694Z (12 months ago)
- Topics: rust-library, seclib, security, taint-analysis
- Language: Rust
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-seclib
An attempt at implementing Haskell's SecLib in Rust, leveraging Rust's type system and its strengths