From 88c29b1616794f62d3ef3ad7909c7538b4451cda Mon Sep 17 00:00:00 2001 From: Netwxx Date: Thu, 11 Jun 2026 10:19:45 -0700 Subject: [PATCH] Taking notes on odin_table code --- Notes/Wyatt's Notes on Odin_Table Code.md | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Notes/Wyatt's Notes on Odin_Table Code.md diff --git a/Notes/Wyatt's Notes on Odin_Table Code.md b/Notes/Wyatt's Notes on Odin_Table Code.md new file mode 100644 index 0000000..489d2e0 --- /dev/null +++ b/Notes/Wyatt's Notes on Odin_Table Code.md @@ -0,0 +1,33 @@ +--- +created: 2026-06-11T23:23:00 +Index: +tags: + - software + - odin +source: https://git.mozayik.net/john/odin/src/branch/main/odin_table +--- +# Wyatt's Notes on Odin Code +--- +## config_file.rs +### Outline +- Imports +- ConfigFile struct + - nats stuff + - log level + - ping interval + - solved cup order 1 + - solved cup order 2 +- Impl ConfigFile + - [ ] This has to do with loading and 'understanding' the path to the config file? +- Impl Default for ConfigFile + - Sets all of the values defaults to: None +### Purpose +- As far as I can tell: setting up configuration for other files, mainly by setting up structs and implementations, set to `pub` for the use inside of other files + +## server.js +### Outline +- + + +--- +## References: