Registry / utility / unscanny

unscanny

JSON →
library0.1.0rscratesunverified

Painless string scanning for Rust.

# Cargo.toml [dependencies] unscanny = "0.1.0"
INSTALL
IMPORT
SIG · UNSCANNY
U
unscanny
utilityrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Scanner
use unscanny::Scanner;

Scans a string for alphabetic characters.

use unscanny::Scanner; fn main() { let mut scanner = Scanner::new("hello world"); let word = scanner.eat_while(|c| c.is_alphabetic()); println!("Scanned: {}", word); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
unscanny — cargo add unscanny · libregistry