rustygetdata/
lib.rs

1// src/lib.rs
2mod getdata;
3mod getdata_bindings;
4
5pub use crate::getdata::{Dirfile};