tomlex v0.0.5 Tomlex

Summary

Functions

Parses a string into a map

Functions

load(text)
load(String.t) :: Map.t

Parses a string into a map.

It tokenizes each line (separated by \n) into structs, which are then parsed into the map structure.