Skip to content

v3.10.0

Choose a tag to compare

@Goldziher Goldziher released this 30 Jul 05:57

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 947e2403c1e0ddc547e9986d429f26a2084cef7c26c1b5ebfe13e3114e53ad9c

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.10.0/html-to-markdown-rs-zig-v3.10.0.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.10.0-QtXyW843AQD_k5XBLDSSyk40MOYfbNa_zLY5viQBzRLu\",\n    },\n},\n```\n