# 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 the MIT licence.