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