lightswitch-object 0.3.2

Deals with object files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lightswitch-object"
version = "0.3.2"
edition = "2024"
description = "Deals with object files"
license = "MIT"
repository = "https://github.com/javierhonduco/lightswitch"

[dependencies]
data-encoding = "2.9.0"
ring = { workspace = true }
memmap2 = { workspace = true }
object = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }