deepstrike-tokenizer 0.2.68

Multi-model token counting engine with SIMD acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "deepstrike-tokenizer"
description = "Multi-model token counting engine with SIMD acceleration"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"

[dependencies]
tiktoken-rs = "0.6"

[dev-dependencies]
pretty_assertions = "1"