tommy 0.1.26

Simple toml parser built to parse configuration files for rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# cursor config
[cursor]
blink = true
blink_duration = 50

# window config
[window]
title = "test"
width = 500.0
height = 1200.0

# icons config
[icons]
entry = 's'
exit = 'x'
controls = 'c'