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
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 }}
knickish
/
structdiff
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
35
Code
Issues
6
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
export_diff_types
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 22, 2025
add #[difference(export)] attribute to allow pub diff types
knickish
committed
e84e5c1
View commit details
Copy full SHA for e84e5c1
Browse repository at this point
change rope impl
knickish
committed
eb770cc
View commit details
Copy full SHA for eb770cc
Browse repository at this point
remove DeBin bound on some DiffRef helpers
knickish
committed
9bb6529
View commit details
Copy full SHA for 9bb6529
Browse repository at this point
separate type bounds and apply clippy lint fixes
knickish
committed
1d3a5ca
View commit details
Copy full SHA for 1d3a5ca
Browse repository at this point
Commits on Apr 25, 2024
correctness fix + tests for rope impl
knickish
committed
0cf0502
View commit details
Copy full SHA for 0cf0502
Browse repository at this point
Commits on Apr 23, 2024
levenshtein -> hirschberg
knickish
authored
3be9842
View commit details
Copy full SHA for 3be9842
Browse repository at this point
Commits on Mar 31, 2024
add mutation testing to size and time benchmarks
knickish
committed
0c1c677
View commit details
Copy full SHA for 0c1c677
Browse repository at this point
Commits on Mar 16, 2024
ordered collection strategies (#29)
Show description for d7ba2b9
knickish
authored
d7ba2b9
View commit details
Copy full SHA for d7ba2b9
Browse repository at this point
Commits on Mar 2, 2024
bump version
knickish
committed
9cf7f83
View commit details
Copy full SHA for 9cf7f83
Browse repository at this point
rename benchmarks to better reflect scenarios
knickish
committed
ca38093
View commit details
Copy full SHA for ca38093
Browse repository at this point
add rustc_hash as a feature-gated dependency
knickish
committed
c8e71a2
View commit details
Copy full SHA for c8e71a2
Browse repository at this point
use size hints for comparing maps
knickish
committed
9992044
View commit details
Copy full SHA for 9992044
Browse repository at this point
Commits on Jan 27, 2024
remove nanoserde from default features
knickish
committed
c2043b0
View commit details
Copy full SHA for c2043b0
Browse repository at this point
Commits on Jan 26, 2024
Diff by ref (#25)
Show description for a93554b
knickish
authored
a93554b
View commit details
Copy full SHA for a93554b
Browse repository at this point
Commits on Oct 30, 2023
Collections perf (#24)
Show description for 1e8382a
knickish
authored
1e8382a
View commit details
Copy full SHA for 1e8382a
Browse repository at this point
Commits on Aug 26, 2023
bump version
knickish
committed
1a2966e
View commit details
Copy full SHA for 1a2966e
Browse repository at this point
Commits on Aug 25, 2023
Parser cleanup (#21)
Show description for 57b33ac
knickish
authored
57b33ac
View commit details
Copy full SHA for 57b33ac
Browse repository at this point
Commits on May 11, 2023
Add CI test for generated setters
knickish
committed
a4a7e90
View commit details
Copy full SHA for a4a7e90
Browse repository at this point
add feature to generate setters in the Difference proc macro
knickish
committed
6f1943b
View commit details
Copy full SHA for 6f1943b
Browse repository at this point
Commits on May 6, 2023
bump version and add missing derive for test
knickish
committed
eda682c
View commit details
Copy full SHA for eda682c
Browse repository at this point
update testing to fix serialization features
knickish
committed
aa5ab5b
View commit details
Copy full SHA for aa5ab5b
Browse repository at this point
add test for enum derive and trait implementation
knickish
committed
431f89e
View commit details
Copy full SHA for 431f89e
Browse repository at this point
add parsing of enums and derive macro
knickish
committed
18a26aa
View commit details
Copy full SHA for 18a26aa
Browse repository at this point
Commits on Mar 18, 2023
benchmarks (#17)
Show description for aa380a3
knickish
authored
aa380a3
View commit details
Copy full SHA for aa380a3
Browse repository at this point
Commits on Mar 9, 2023
add note to readme for debug_diffs feature
knickish
committed
43bf63d
View commit details
Copy full SHA for 43bf63d
Browse repository at this point
Add many new types of syntax supported by parser
knickish
committed
73f9db9
View commit details
Copy full SHA for 73f9db9
Browse repository at this point
Add recursion into maplike collections
knickish
committed
ce62ca4
View commit details
Copy full SHA for ce62ca4
Browse repository at this point
Commits on Jan 28, 2023
add support for options and recursion into options
knickish
authored
19a2053
View commit details
Copy full SHA for 19a2053
Browse repository at this point
Commits on Jan 22, 2023
Fix/generic bounds (#12)
Show description for c8ac087
knickish
authored
c8ac087
View commit details
Copy full SHA for c8ac087
Browse repository at this point
Commits on Jan 21, 2023
Fix/generic bounds (#11)
Show description for 52b72f3
knickish
authored
52b72f3
View commit details
Copy full SHA for 52b72f3
Browse repository at this point
Commits on Jan 19, 2023
add better handling of generic types in derive macro (#10)
Show description for 777e65b
knickish
authored
777e65b
View commit details
Copy full SHA for 777e65b
Browse repository at this point
Commits on Dec 10, 2022
github actions setup
knickish
committed
58f57e7
View commit details
Copy full SHA for 58f57e7
Browse repository at this point
Maplike collections (#8)
Show description for 7e940b0
knickish
authored
7e940b0
View commit details
Copy full SHA for 7e940b0
Browse repository at this point
Commits on Nov 13, 2022
Collections strategies (#7)
Show description for 84b8a6d
knickish
authored
84b8a6d
View commit details
Copy full SHA for 84b8a6d
Browse repository at this point
Commits on Nov 3, 2022
update example code in README
knickish
committed
b7f3dba
View commit details
Copy full SHA for b7f3dba
Browse repository at this point
Previous
Next
You can’t perform that action at this time.