Files
escape_gallery_obsidian_vault/Notes/Wyatt's Notes on Odin_Table Code.md
2026-06-11 10:19:45 -07:00

724 B

created, Index, tags, source
created Index tags source
2026-06-11T23:23:00
software
odin
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: