Skip to content

v3.8.2

Choose a tag to compare

@Goldziher Goldziher released this 04 Jul 09:00

Swift Package Manager

Add to your Package.swift:

.package(url: "https://github.com/xberg-io/html-to-markdown", from: "3.8.2")

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

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

Zig

Add to your build.zig.zon:

.dependencies = .{
    .html-to-markdown-rs-zig = .{\n        .url = \"https://github.com/xberg-io/html-to-markdown/releases/download/v3.8.2/html-to-markdown-rs-zig-v3.8.2.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.8.2-QtXyW803AQDu_fgSpeirhdTWsvAh1U-XyMNST9BUVrlB\",\n    },\n},\n```\n