Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jugglerchris
/
rust-html2text
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
243
Code
Issues
8
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Refactors
- #192
#192
Merged
jugglerchris
merged 15 commits into
jugglerchris:main
jugglerchris/rust-html2text:main
from
sftse:refactors
sftse/rust-html2text:refactors
Copy head branch name to clipboard
Jan 19, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Refactors
#192
jugglerchris
merged 15 commits into
jugglerchris:main
jugglerchris/rust-html2text:main
from
sftse:refactors
sftse/rust-html2text:refactors
Copy head branch name to clipboard
Commits
Commits on Dec 10, 2024
clippy
sftse
committed
dacfd24
View commit details
Copy full SHA for dacfd24
Browse repository at this point
Express fn parse_with_context() with the help of fn parse_html()
sftse
committed
52055fb
View commit details
Copy full SHA for 52055fb
Browse repository at this point
Express configs with default constructor fn with_decorator
sftse
committed
b29ec27
View commit details
Copy full SHA for b29ec27
Browse repository at this point
Commits on Dec 12, 2024
Derive PartialEq, Eq impls
sftse
committed
cfdadd9
View commit details
Copy full SHA for cfdadd9
Browse repository at this point
Express fn from_read_coloured() with fn coloured()
sftse
committed
0019a6a
View commit details
Copy full SHA for 0019a6a
Browse repository at this point
Commits on Jan 3, 2025
Less indexing, less unwraps
sftse
committed
8285e5f
View commit details
Copy full SHA for 8285e5f
Browse repository at this point
Do not need &mut inside fn do_parse()
sftse
committed
0e176c6
View commit details
Copy full SHA for 0e176c6
Browse repository at this point
Commits on Jan 5, 2025
Express fn coloured() with fn render_coloured()
sftse
committed
f1ab39b
View commit details
Copy full SHA for f1ab39b
Browse repository at this point
Express HtmlContext::default() as config::plain().make_context()
Show description for 8e80acc
sftse
committed
8e80acc
View commit details
Copy full SHA for 8e80acc
Browse repository at this point
Express fn parse() with fn do_parse()
sftse
committed
f4e09f0
View commit details
Copy full SHA for f4e09f0
Browse repository at this point
Inline fn parse_with_context() into callsites
sftse
committed
1ccc463
View commit details
Copy full SHA for 1ccc463
Browse repository at this point
Inline fn render() into test callsites
sftse
committed
0636efa
View commit details
Copy full SHA for 0636efa
Browse repository at this point
Inline fn parse() into test
sftse
committed
11e537d
View commit details
Copy full SHA for 11e537d
Browse repository at this point
Express test with higher-level function
sftse
committed
61f8567
View commit details
Copy full SHA for 61f8567
Browse repository at this point
Use the config provided by self instead of plain()
sftse
committed
edfd1a0
View commit details
Copy full SHA for edfd1a0
Browse repository at this point
You can’t perform that action at this time.