slicey

Crates.ioslicey
lib.rsslicey
version
sourcesrc
created_at2024-12-09 08:17:31.062712
updated_at2024-12-11 03:46:04.858686
descriptionWays to associate data with parts of a string.
homepage
repositoryhttps://github.com/swolfenden9/slicey
max_upload_size
id1477089
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sol Wolf (swolfenden9)

documentation

https://docs.rs/slicey/latest/slicey

README

Slicey

Slicey provides two simple ways to associate data with parts of a string:

  • Spanned: Represents data and a range.
  • Sliced: Represents data, a range, and a source string.

See their documentation for more info.

Commit count: 25

cargo fmt