fynx-platform
Core platform types, traits, and utilities for the Fynx security ecosystem.
Overview
fynx-platform provides the foundational types and traits used across all Fynx modules:
- Unified Error Handling:
FynxErrorandFynxResult<T> - Core Traits:
SecurityModule,Scanner,Analyzer - Common Types:
ScanResult,Finding,Match, etc.
Features
- Zero unsafe code
- Minimal dependencies
- Async-ready with
async-trait - Optional
serdesupport
Installation
[]
= "0.1"
# With serde support
= { = "0.1", = ["serde"] }
Usage
Error Handling
use ;
Implementing SecurityModule
use ;
;
Documentation
For detailed API documentation, see docs.rs/fynx-platform.
License
Licensed under either of:
- MIT License (LICENSE-MIT)
- Apache License 2.0 (LICENSE-APACHE)
at your option.