1 2 3 4 5
//! Smoke test — confirms tinyquant-pgvector compiles and links. #[test] fn pgvector_crate_builds() { assert_eq!(2 + 2, 4); }