timsrust-utils 0.1.1

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
14
15
16
pub mod error;
pub mod graph_buffer;
pub mod hash_sets;
pub mod ndarray;
pub mod reader;
pub mod thread;
pub mod vec;

// #[macro_export]
// macro_rules! getter {
//     ($name:ident, $field_ty:ty) => {
//         fn $name(&self) -> &$field_ty {
//             &self.$name
//         }
//     };
// }