Skip to content

v3.6.16

Choose a tag to compare

@Goldziher Goldziher released this 19 Jun 05:25
· 59 commits to main since this release

Swift Package Manager

Add to your Package.swift:

.package(url: "https://github.com/kreuzberg-dev/html-to-markdown", from: "3.6.16")

The Swift binding is distributed as a pre-built artifact bundle. No Rust toolchain required.

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: e2938481938d3f16077e672f37d878a3d35371ff9ee0ac1783e331a22c16005a

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.16/html-to-markdown-rs-zig-v3.6.16.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.6.16-QtXyWxY3AQCAtiJ7keG3srFaaRpSBRbbRy7g8MitNVCd\",\n    },\n},\n```\n