Skip to content

v3.6.13

Choose a tag to compare

@Goldziher Goldziher released this 17 Jun 10:57

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 743af85f3475584026e68cd9313fe920813acc75b8c8f0ba5c741441546e98fb

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.13/html-to-markdown-rs-zig-v3.6.13.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.6.13-QtXyWxY3AQAOuSMCutFyCJ0h7wa33iC6cK0G87TcTLyC\",\n    },\n},\n```\n