-
- Downloads
Design (wip)
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | |||
name = "rtfm-log" | |||
version = "0.1.0" | |||
authors = ["pln"] | |||
edition = "2018" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[dependencies] | |||
gimli = "0.20" | |||
xmas-elf = "0.7" | |||
anyhow = "1" | |||
structopt = "0.3" | |||
rustc-demangle = "0.1" |
README.md
0 → 100644
log.log
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
src/main.rs
0 → 100644
Please register or sign in to comment