Improved timer example

Also pushed other half of system::fs rename
This commit is contained in:
2023-10-12 17:41:27 +01:00
parent ff486a5f74
commit ce34777555
3 changed files with 15 additions and 14 deletions

View File

@@ -186,7 +186,7 @@ impl IntoSystem<'static> for DirectFS {
lexer_plugin: None,
line_parser: None,
constants: ConstTree::namespace(
[i.i("system"), i.i("directfs")],
[i.i("system"), i.i("fs")],
ConstTree::tree([
(i.i("read_file"), ConstTree::xfn(xfn_1ary(open_file_read_cmd))),
(i.i("read_dir"), ConstTree::xfn(xfn_1ary(read_dir_cmd))),