[PR #78] [MERGED] Use a "forked" rcdom module #90

Closed
opened 2026-03-14 12:31:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/hackernews-TUI/pull/78
Author: @aome510
Created: 8/11/2022
Status: Merged
Merged: 8/11/2022
Merged by: @aome510

Base: mainHead: use-fork-rcdom


📝 Commits (2)

  • 782f98a removed markup5ever_rcdom to use a "forked" rcdom module
  • 6096c43 fix clippy errors

📊 Changes

5 files changed (+542 additions, -31 deletions)

View changed files

📝 Cargo.lock (+6 -24)
📝 hackernews_tui/Cargo.toml (+15 -6)
📝 hackernews_tui/src/client/mod.rs (+1 -0)
📝 hackernews_tui/src/client/parser.rs (+1 -1)
hackernews_tui/src/client/rcdom.rs (+519 -0)

📄 Description

  • removed markup5ever_rcdom to use a "forked" rcdom module
  • re-organized Cargo.toml

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/hackernews-TUI/pull/78 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/11/2022 **Status:** ✅ Merged **Merged:** 8/11/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `use-fork-rcdom` --- ### 📝 Commits (2) - [`782f98a`](https://github.com/aome510/hackernews-TUI/commit/782f98a5f81d8fa5afffbad58a1aff3af4b6f016) removed `markup5ever_rcdom` to use a "forked" `rcdom` module - [`6096c43`](https://github.com/aome510/hackernews-TUI/commit/6096c43c3e84c9fc7d5f9e18a7af0112800d9f51) fix clippy errors ### 📊 Changes **5 files changed** (+542 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -24) 📝 `hackernews_tui/Cargo.toml` (+15 -6) 📝 `hackernews_tui/src/client/mod.rs` (+1 -0) 📝 `hackernews_tui/src/client/parser.rs` (+1 -1) ➕ `hackernews_tui/src/client/rcdom.rs` (+519 -0) </details> ### 📄 Description - removed `markup5ever_rcdom` to use a "forked" `rcdom` module - re-organized `Cargo.toml` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 12:31:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hackernews-TUI#90
No description provided.