timsrust-utils 0.6.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
13
[package]
name = "timsrust-utils"
version.workspace = true
edition.workspace = true
repository.workspace = true
description = "Shared utilities for the timsrust crate family (readers, buffers, threading helpers)"
license = "Apache-2.0"

[dependencies]
rayon = { workspace = true }

[lints]
workspace = true