moved low-level code into fat-bits subcrate

This commit is contained in:
Moritz Gmeiner 2025-07-27 13:17:04 +02:00
commit 026e56c94e
20 changed files with 186 additions and 46 deletions

15
fat-bits/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "fat-bits"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
bitflags = "2.9.1"
chrono = { version = "0.4.41", default-features = false, features = [
"alloc",
"std",
] }
enum_dispatch = "0.3.13"
static_assertions = "1.1.0"
thiserror = "2.0.12"