Skip to content

v3.8.1

Latest

Choose a tag to compare

@Goldziher Goldziher released this 02 Jul 12:01

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 22a18ff610fb70d069124970ea8ac824d93731ff7140b13cb5e747153c1e1c58

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.1/html-to-markdown-rs-zig-v3.8.1.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.8.1-QtXyW803AQC8DSTcdTAfB2GelrmxNA92CwyVoyGLIQhV\",\n    },\n},\n```\n