Implement leon-wiki-graph command

This commit is contained in:
Joscha 2022-11-01 01:22:15 +01:00
parent 60ba7721db
commit 8605f8d43f
5 changed files with 165 additions and 9 deletions

View file

@ -1,4 +1,5 @@
pub mod ingest;
pub mod leon_wiki_graph;
pub mod list_pages;
pub mod longest_shortest_path;
pub mod path;