| Crates.io | rustkernel-banking |
| lib.rs | rustkernel-banking |
| version | 0.2.0 |
| created_at | 2026-01-14 17:56:35.597115+00 |
| updated_at | 2026-01-19 20:09:05.458106+00 |
| description | RustKernels Banking domain kernels |
| homepage | |
| repository | https://github.com/mivertowski/RustKernels |
| max_upload_size | |
| id | 2043345 |
| size | 83,419 |
GPU-accelerated banking kernels for fraud detection.
Add to your Cargo.toml:
[dependencies]
rustkernel-banking = "0.1.0"
use rustkernel_banking::prelude::*;
// Detect fraud patterns in transactions
let detector = FraudPatternMatch::new();
let alerts = detector.detect(&transactions);
Apache-2.0