snob

Crates.iosnob
lib.rssnob
version0.1.0
sourcesrc
created_at2023-08-08 21:04:08.998465
updated_at2023-08-08 21:04:08.998465
descriptionString analysis inspired by the Icon programming language
homepage
repositoryhttps://github.com/botahamec/snob/
max_upload_size
id939529
size18,217
Mica White (botahamec)

documentation

https://docs.rs/snob

README

Snob

This is a library that serves to make parsing strings a bit easier. I use this to easily write tokenizers. This was inspired by the Icon programming language, which in turn was inspired by SNOBOL. That's how this library came to be known as snob.

Usage

The minimum supported Rust version for this library is 1.66.1.

To use this in your crate, add the following to your Cargo.toml.

[dependencies]
# ...
snob = "0.1"
Commit count: 29

cargo fmt