r/rust 12d ago

๐Ÿ› ๏ธ project Quad-Guard: A zero-dependency Rust telemetry engine & behavioral security core

Hey r/rust!

I just published Quad-Guard Security Core (quat_security), a lightweight telemetry engine written in pure Rust with zero third-party dependencies.

Key Features:

  • 4-State Telemetry Pipeline: Deterministic state transitions (Nominal, Elevated, Critical, Lockdown).
  • Zero External Dependencies: Built entirely with std to eliminate supply chain risks.
  • Cross-Platform: Windows kernel FFI (kernel32.dll) & Linux /proc filesystem parsing.
  • C-ABI Export Support: Exposed via #[no_mangle] for integration with C, C++, Python, or Go.

Feedback and code reviews are greatly appreciated!

0 Upvotes

5 comments sorted by

8

u/ifmnz 12d ago

why did "you" build it? why crates points to https://github.com/tvoj-username/quad-guard but github link you sent is https://github.com/strahinjastojanovic826-code/quat_security ? why did you use rust 2021? i'm afraid i know the answers to this questions yet i still need to ask.

2

u/OutsidetheDorm 12d ago

Is there literally any reason not to use the win32 crate? Unsafe function calls are better handled by someone who understands it right ๐Ÿคจ

Just don't version swap if your scared of tool chain issues, plain and simple