pub fn load_vectors(data: &[u8]) -> Result<Vec<Vector>, String>
Load vectors from raw JSON bytes (e.g., include_bytes!).
include_bytes!
Accepts the standard vectors.json format.