add tokenator crate
also remove a lot of the "advanced" token parsing style which was a bit too verbose for my tastes Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
7
crates/tokenator/Cargo.toml
Normal file
7
crates/tokenator/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "tokenator"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A simple library for parsing a serializing string tokens"
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user