| Crates.io | bashrs-oracle |
| lib.rs | bashrs-oracle |
| version | 6.55.0 |
| created_at | 2025-11-27 18:12:20.371788+00 |
| updated_at | 2026-01-18 09:51:09.218979+00 |
| description | ML-powered error classification oracle for bashrs using aprender (GPU-accelerated) |
| homepage | |
| repository | https://github.com/paiml/bashrs |
| max_upload_size | |
| id | 1954192 |
| size | 128,233 |
ML-powered error classification oracle for bashrs using aprender (GPU-accelerated).
use bashrs_oracle::{ErrorClassifier, ErrorCategory};
let classifier = ErrorClassifier::new()?;
let category = classifier.classify("unquoted variable expansion")?;
Security - Security vulnerabilities (injection, etc.)Correctness - Logic errors and bugsStyle - Code style issuesPerformance - Performance problemsPortability - Cross-shell compatibility issuesMIT OR Apache-2.0