An open API service indexing awesome lists of open source software.

https://github.com/ufechner7/config


https://github.com/ufechner7/config

Last synced: 5 months ago
JSON representation

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