hackmd
Rust client library and CLI for HackMD.
Status: early / WIP. Ports the official @hackmd/api SDK and @hackmd/hackmd-cli to Rust, with an optional TUI.
Install (CLI)
Then:
Use as a library
The default features include the CLI dependencies. Library users should opt out:
[]
= { = "0.0", = false }
Features
| feature | default | what it pulls in |
|---|---|---|
cli |
yes | CLI binary + its deps |
tui |
no | TUI subcommand (implies cli) |
License
MIT