file_to_map 0.1.0

A small parser for using data from a file as a map
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Roey Fuchs <fuchsroey@gmail.com>"]
categories = ["parsing", "filesystem", "data-structures", "config"]
description = "A small parser for using data from a file as a map"
edition = "2018"
keywords = ["parser", "map", "file", "configuration"]
license = "MIT"
name = "file_to_map"
repository = "https://github.com/RoeyFuchs/file_to_map"
version = "0.1.0"