snob 0.1.0

String analysis inspired by the Icon programming language
Documentation
  • Coverage
  • 90%
    18 out of 20 items documented7 out of 18 items with examples
  • Size
  • Source code size: 17.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.52 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • botahamec/snob
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • botahamec

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"