off64 0.1.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
[package]
name = "off64"
version = "0.1.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]
chrono = ["dep:chrono"]

[dependencies]
chrono = { version = "0.4", optional = true }