padlock-core 0.10.0

Core IR, analysis passes, and findings for the padlock struct layout analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name        = "padlock-core"
version.workspace     = true
edition.workspace     = true
license.workspace     = true
repository.workspace  = true
description           = "Core IR, analysis passes, and findings for the padlock struct layout analyzer"
keywords.workspace    = true
categories.workspace  = true
readme                = "README.md"

[features]
test-helpers = []

[dependencies]
serde = { version = "1", features = ["derive"] }