https://github.com/ufechner7/config
https://github.com/ufechner7/config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ufechner7/config
- Owner: ufechner7
- Created: 2022-09-04T10:57:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T15:42:16.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T13:04:18.634Z (over 1 year ago)
- Language: Julia
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Config
Repository with experimental code to
- read configuration data from a YAML file into a struct for fast access
- creating of these structs from a YAML file
## Usage
Launch julia with
```bash
./bin/run_julia
```
Then execute the script
```julia
include("src/read_settings.jl")
```
## Author
Uwe Fechner