off64 0.9.0

Read from and write to byte slices with u64 offsets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "off64"
version = "0.9.0"
edition = "2021"
description = "Read from and write to byte slices with u64 offsets"
license = "Apache-2.0"
homepage = "https://github.com/wilsonzlin/off64"
repository = "https://github.com/wilsonzlin/off64.git"
authors = ["Wilson Lin <code@wilsonl.in>"]

[features]
default = ["chrono"]
chrono = ["dep:chrono"]

[dependencies]
async-trait = "0.1"
chrono = { version = "0.4", optional = true }
num = "0.4.0"