hackmd 0.0.1

Rust client library and CLI for HackMD
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 228.53 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zemse

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)

cargo install hackmd

Then:

hackmd --help
hackmd tui      # opens the TUI (when built with the `tui` feature)

Use as a library

The default features include the CLI dependencies. Library users should opt out:

[dependencies]
hackmd = { version = "0.0", default-features = false }

Features

feature default what it pulls in
cli yes CLI binary + its deps
tui no TUI subcommand (implies cli)

License

MIT