feat(packages): add anydoc — Rust document→Markdown converter #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hermes/package-anydoc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Package anydoc 0.1.3 from the crates.io source (not in nixpkgs) via
rustPlatform.buildRustPackage + fetchCrate. The published crate ships only
the library plus an examples/convert.rs (no --help); a src/bin/anydoc.rs CLI
wrapping the library is injected at build time to match the official CLI
surface (-o/-f/-h/-V, stdin via -). Registry-normalized Cargo.toml disables
autobins, so the bin target is declared explicitly.
Verified: nix eval packages.x86_64-linux.anydoc.outPath, nix run anydoc --
--help (exit 0), real CSV→Markdown conversion from stdin, nix flake check.