asmdoc

Crates.ioasmdoc
lib.rsasmdoc
version0.1.0
sourcesrc
created_at2024-08-16 19:52:22.45236
updated_at2024-08-16 19:52:22.45236
descriptionDocumentation generator for assembly projects
homepage
repository
max_upload_size
id1340735
size51,266
Ethan Uppal (ethanuppal)

documentation

README

asmdoc

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!

Install

git clone https://github.com/ethanuppal/asmdoc.git
cd asmdoc
cargo install --path .

Usage

See

asmdoc --help

for details.



Commit count: 0

cargo fmt