Updated README again, updated Cargo.toml

This commit is contained in:
Frederik Palmø 2021-10-24 14:31:21 +02:00
parent 923347434b
commit a1228e784c
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,13 @@
name = "eyes"
version = "0.1.0"
edition = "2018"
description = "A simpler way to parse using human-readable templates"
license-file="LICENSE.txt"
homepage = "https://git.palmoe.dk/vodofrede/eyes/"
repository = "https://git.palmoe.dk/vodofrede/eyes/"
readme = "README.md"
keywords = ["parsing", "parse", "simple", "no-deps"]
categories = ["encoding", "parsing", "text-processing"]
[dependencies]

View File

@ -6,6 +6,8 @@ Eyes was made for the primary purpose of parsing challenge inputs for [Advent of
It currently provides limited functionality, but more options may be added provided they are useful additions for parsing slightly more complicated formats.
Eyes does not have any dependencies, as I wanted to keep it simple to and lightweight in design. Good performance is not guaranteed, as the library isn't well tested yet.
I was told this functionality is similar to `scanf` from C.
### Examples: