| Crates.io | rustkernel-behavioral |
| lib.rs | rustkernel-behavioral |
| version | 0.2.0 |
| created_at | 2026-01-14 17:56:16.157512+00 |
| updated_at | 2026-01-19 20:08:44.183144+00 |
| description | RustKernels Behavioral domain kernels |
| homepage | |
| repository | https://github.com/mivertowski/RustKernels |
| max_upload_size | |
| id | 2043344 |
| size | 186,962 |
GPU-accelerated behavioral analytics kernels for profiling and forensics.
Add to your Cargo.toml:
[dependencies]
rustkernel-behavioral = "0.1.0"
use rustkernel_behavioral::prelude::*;
// Profile user behavior
let profiler = BehavioralProfiling::new();
let profile = profiler.extract_features(&user_events);
Apache-2.0