Skip to main content

rs_split_table/rdb/simple/
row2tab.rs

1//! Modules to create the name of the table from the row.
2
3pub mod row2cp;
4
5pub mod row2num;