ncaa_data_rs/
lib.rs

1
2// use pgx::*;
3
4// pg_module_magic!();
5
6pub mod ncaa;
7
8#[cfg(test)]
9mod tests;