slk-tokenstream 0.1.0

A small crate for handling look ahead, consumption, and otherwise manipulating an array of tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.