]> git.g-eek.se Git - ranknauto.git/commit
Src. Refactor and migrate all logic into a library
authorGustav Eek <gustav.eek@fripost.org>
Thu, 25 May 2023 20:28:41 +0000 (22:28 +0200)
committerGustav Eek <gustav.eek@fripost.org>
Mon, 25 Dec 2023 19:46:14 +0000 (20:46 +0100)
commit5e8d58c3b01ad33c14730256c61c12619251f5a4
treefd7990e80837c53c2945a26875b660c9d45acf7b
parent4332681bbedcde8a1c1ff271d59645e7c6dae224
Src. Refactor and migrate all logic into a library

Create *src/lib.rs* (and reduce *src/main.rs*) for all logic.

TODO Next is further separation into
files *main*, *run*, *parse* (or *io*),
and *dist* (or *distributions*).
src/lib.rs [new file with mode: 0644]
src/main.rs