neorg_dirman/
lib.rs

1// A way to define the current workspace
2// A way to define a default workspace
3// Ways to query the workspace info
4
5// Ways to query all the files in a given workspace
6
7pub mod c_functions;
8pub mod workspace;
9pub mod workspace_traverse;