Skip to content

v3.6.14

Choose a tag to compare

@Goldziher Goldziher released this 18 Jun 09:23

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 97eafa47ebefbaf3dba90f374fbf7f5f733e6638abb9ae0313105b833d974774

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.14/html-to-markdown-rs-zig-v3.6.14.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.6.14-QtXyWxY3AQALNK2X6LpqtnVhv3vPx0qFP5ejWjqyU3m5\",\n    },\n},\n```\n