Crates.io | asmdoc |
lib.rs | asmdoc |
version | 0.1.0 |
source | src |
created_at | 2024-08-16 19:52:22.45236 |
updated_at | 2024-08-16 19:52:22.45236 |
description | Documentation generator for assembly projects |
homepage | |
repository | |
max_upload_size | |
id | 1340735 |
size | 51,266 |
Do you ever find yourself writing a large coding project in assembly? This tool is for you! Run
asmdoc .
from the root of your project directory and automatically generate documentation for it!
git clone https://github.com/ethanuppal/asmdoc.git
cd asmdoc
cargo install --path .
See
asmdoc --help
for details.