timsrust-utils 0.1.2

Shared utilities for the timsrust crate family (readers, buffers, threading helpers)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "timsrust-utils"
version = "0.1.2"
edition = "2024"
description = "Shared utilities for the timsrust crate family (readers, buffers, threading helpers)"
license = "Apache-2.0"

[dependencies]
rayon = { workspace = true }

[lints]
workspace = true