Skip to content

Commit d46120e

Browse files
committed
feat(docs): add Dart/Flutter unofficial binding to README
1 parent 9236dcd commit d46120e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

crates/html-to-markdown/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ This is the core Rust library. For other languages:
267267

268268
- **JavaScript/TypeScript**: [html-to-markdown-node](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-node) (NAPI-RS) or [html-to-markdown-wasm](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-wasm) (WebAssembly)
269269
- **Python**: [html-to-markdown](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-py) (PyO3)
270+
- **Dart/Flutter**: [h2m](https://pub.dev/packages/h2m) (official Dart binding) or [html_to_markdown_rust](https://pub.dev/packages/html_to_markdown_rust) (unofficial FFI wrapper via Hooks)
270271
- **PHP**: [html-to-markdown](https://github.com/xberg-io/html-to-markdown/tree/main/packages/php) (PIE + Composer helpers)
271272
- **Ruby**: [html-to-markdown](https://github.com/xberg-io/html-to-markdown/tree/main/packages/ruby) (Magnus + rb-sys)
272273
- **CLI**: [html-to-markdown-cli](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-cli)

readme_templates/rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ This is the core Rust library. For other languages:
267267

268268
- **JavaScript/TypeScript**: [html-to-markdown-node](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-node) (NAPI-RS) or [html-to-markdown-wasm](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-wasm) (WebAssembly)
269269
- **Python**: [html-to-markdown](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-py) (PyO3)
270+
- **Dart/Flutter**: [h2m](https://pub.dev/packages/h2m) (official Dart binding) or [html_to_markdown_rust](https://pub.dev/packages/html_to_markdown_rust) (unofficial FFI wrapper via Hooks)
270271
- **PHP**: [html-to-markdown](https://github.com/xberg-io/html-to-markdown/tree/main/packages/php) (PIE + Composer helpers)
271272
- **Ruby**: [html-to-markdown](https://github.com/xberg-io/html-to-markdown/tree/main/packages/ruby) (Magnus + rb-sys)
272273
- **CLI**: [html-to-markdown-cli](https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-cli)

0 commit comments

Comments
 (0)