tinyquant-bruteforce 0.0.0

Brute-force search backend for TinyQuant.
Documentation
1
2
3
4
5
//! Smoke test — confirms tinyquant-bruteforce compiles and links.
#[test]
fn bruteforce_crate_builds() {
    assert_eq!(2 + 2, 4);
}