v3.9.2
Swift Package Manager
Add to your Package.swift:
.package(url: "https://github.com/xberg-io/html-to-markdown", from: "3.9.2")The Swift binding is distributed as a pre-built artifact bundle. No Rust toolchain required.
Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: ef3f0182adaaa140194cb739980b4fe10fb8cf3da6f14c99467d16fd34d68803
Zig
Add to your build.zig.zon:
.dependencies = .{
.html-to-markdown-rs-zig = .{\n .url = \"https://github.com/xberg-io/html-to-markdown/releases/download/v3.9.2/html-to-markdown-rs-zig-v3.9.2.tar.gz\",\n .hash = \"html_to_markdown_rs-3.9.2-QtXyW803AQAMY_N-BJoGh2LD3RJSBLL4qlFsoGIyCbUJ\",\n },\n},\n```\n