Skip to content

v3.9.0

Choose a tag to compare

@Goldziher Goldziher released this 19 Jul 14:14

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 295f17d8b80b18e96546a6a17903b25294482c0e0430461df9c11ca75caea5bc

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