slk-tokenstream 0.1.0

A small crate for handling look ahead, consumption, and otherwise manipulating an array of tokens
Documentation
  • Coverage
  • 88.46%
    23 out of 26 items documented23 out of 23 items with examples
  • Size
  • Source code size: 19.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 297.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 27s Average build duration of successful builds.
  • all releases: 27s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Slacker201

slk-tokenstream

A generic, no_std compatible Rust library for efficient token stream management, featuring cursor manipulation, arbitrary look-ahead, and backtracking capabilities via bookmarks.

Features

  • No std
  • Zero Copy
  • O(1) operations
  • Bookmarking
  • Fully generic

This project is licensed under either the MIT license or the Apache License, Version 2.0.