Skip to content

v3.8.0

Latest

Choose a tag to compare

@Goldziher Goldziher released this 27 Jun 11:34
· 3 commits to main since this release

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 63daa2b7e9a25fde7febbc89fae536bb3abad1e13dbea851eb010c0e557b94be

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.0/html-to-markdown-rs-zig-v3.8.0.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.8.0-QtXyWxI3AQDzs_o3jEePH3M0v6SWDUkUshO_vQwFx2YG\",\n    },\n},\n```\n