rsymtab 0.1.0

generation of an exported symbol table like ksymtab for rust crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rsymtab_macros]
version = "0.1.0"

[package]
authors = ["Roee Shoshani"]
categories = ["embedded", "accessibility", "no-std", "config"]
description = "generation of an exported symbol table like ksymtab for rust crates"
edition = "2021"
keywords = ["ksymtab", "symbol", "table", "kernel", "generation"]
license = "MIT"
name = "rsymtab"
readme = "README.md"
repository = "https://github.com/roeeshoshani/rsymtab"
version = "0.1.0"