nm-binutils 0.1.2

Linux `nm` equivalent rust library to list symbols from object files using goblin.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "nm-binutils"
edition = "2021"
version = "0.1.2"
authors = ["Jack Ren <me@rjk.pub>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["nm", "binutils"]
categories = ["development-tools::debugging"]
repository = "https://github.com/bjrjk/nm-rs"
homepage = "https://github.com/bjrjk/nm-rs"
documentation = "https://docs.rs/nm-binutils"
description = """
Linux `nm` equivalent rust library to list symbols from object files using goblin.
"""

[dependencies]
goblin = "0.6.0"