off64 0.2.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
[dependencies.chrono]
optional = true
version = "0.4"

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

[package]
authors = ["Wilson Lin <code@wilsonl.in>"]
description = "Read from and write to byte slices with u64 offsets"
edition = "2021"
homepage = "https://github.com/wilsonzlin/off64"
license = "Apache-2.0"
name = "off64"
repository = "https://github.com/wilsonzlin/off64.git"
version = "0.2.0"