Add more types

This commit is contained in:
Joscha 2021-09-27 22:06:35 +02:00
parent ce525ccce1
commit f42aec4132
5 changed files with 44 additions and 49 deletions

View file

@ -1,5 +1,7 @@
use crate::table::{Table, TableOwner};
mod builtin;
mod path;
mod table;
mod values;