Skip to content

v3.6.18

Choose a tag to compare

@Goldziher Goldziher released this 20 Jun 07:51
· 54 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.18")

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 43a13bc905dc7afabc227feb3fe3d777b7d567d5a4ca03bda0c8b72b44baf2f4

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.18/html-to-markdown-rs-zig-v3.6.18.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.6.18-QtXyWxY3AQB5BUAdeLk5OXKTGaGRaxJ-Kf72SFcp-ExQ\",\n    },\n},\n```\n