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 }}
CIONOCID
/
implicit-clone
Public
forked from
yewstack/implicit-clone
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
implicit-clone
src
on
main
User selector
All users
All time
Commit history
Commits on Jul 12, 2024
Restrict the dependency on `indexmap` to v2 only (#51)
Show description for 14f4da6
its-the-shrimp
authored
14f4da6
View commit details
Copy full SHA for 14f4da6
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
Fix wrong implementation of make_mut() for IArray::Single (#50)
cecton
authored
967ccac
View commit details
Copy full SHA for 967ccac
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
IString: implement From<std::fmt::Arguments> for IString (#49)
cecton
authored
b757b45
View commit details
Copy full SHA for b757b45
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
IArray: from_iter optimization for empty arrays (#48)
Show description for c95b92e
cecton
authored
c95b92e
View commit details
Copy full SHA for c95b92e
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
Attempt to improve the documentation (#45)
cecton
authored
a3636d8
View commit details
Copy full SHA for a3636d8
View code at this point
Browse repository at this point
Make from_iter() optimized (#41)
cecton
authored
00aed91
View commit details
Copy full SHA for 00aed91
View code at this point
Browse repository at this point
Commits on Nov 11, 2023
Add derive macro to get ImplicitClone implemented quicker (#46)
Show description for 7ac979a
cecton
authored
7ac979a
View commit details
Copy full SHA for 7ac979a
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
Add method to help ensure the type impl ImplicitClone (#44)
Show description for 90c56f8
cecton
authored
90c56f8
View commit details
Copy full SHA for 90c56f8
View code at this point
Browse repository at this point
Impl ImplicitClone for arrays and ref arrays (#42)
Show description for 2606c0f
cecton
authored
2606c0f
View commit details
Copy full SHA for 2606c0f
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Fix missing exports
cecton
committed
1f9fbcb
View commit details
Copy full SHA for 1f9fbcb
View code at this point
Browse repository at this point
Remove opaque type on function iter() of IArray (#40)
cecton
authored
c4138b6
View commit details
Copy full SHA for c4138b6
View code at this point
Browse repository at this point
Commits on Oct 29, 2023
IArray: avoid heap allocation if there is only one element (#38)
cecton
authored
6ebe2e2
View commit details
Copy full SHA for 6ebe2e2
View code at this point
Browse repository at this point
Commits on Oct 28, 2023
string: add impl From<&IString> for IString (#37)
cecton
authored
ac29809
View commit details
Copy full SHA for ac29809
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
Add IArray::get_mut and IArray::make_mut (#36)
Show description for cba5148
ColonelThirtyTwo
authored
cba5148
View commit details
Copy full SHA for cba5148
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Use mod paths instead of include (#33)
Show description for 40a5ec8
ColonelThirtyTwo
authored
40a5ec8
View commit details
Copy full SHA for 40a5ec8
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
Fix clippy warning related to IString PartialOrd implementation (#35)
Show description for 238d464
ColonelThirtyTwo
authored
238d464
View commit details
Copy full SHA for 238d464
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
Add clarifications for documentation (#28)
Show description for 5f2072c
kirillsemyonkin
and
cecton
authored
5f2072c
View commit details
Copy full SHA for 5f2072c
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
Add impl for PartialOrd, Ord, reverse PartialEq (#27)
Show description for d3bb992
kirillsemyonkin
authored
d3bb992
View commit details
Copy full SHA for d3bb992
View code at this point
Browse repository at this point
Commits on Jul 30, 2023
Add implementation for single-item tuples (#25)
Show description for cef5246
kirillsemyonkin
authored
cef5246
View commit details
Copy full SHA for cef5246
View code at this point
Browse repository at this point
Implement FromStr for IString (#21)
Show description for 6d6a228
uzytkownik
and
cecton
authored
6d6a228
View commit details
Copy full SHA for 6d6a228
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
Add Serialize/Deserialize implementations (#20)
uzytkownik
authored
2d91d0f
View commit details
Copy full SHA for 2d91d0f
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Implement ImplicitClone for char (#16)
cecton
authored
24ebd55
View commit details
Copy full SHA for 24ebd55
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
Add `()` to the `impl_implicit_clone!` macro (#14)
yozhgoor
authored
ecdab7e
View commit details
Copy full SHA for ecdab7e
View code at this point
Browse repository at this point
Commits on Dec 7, 2022
Set MSRV to match Yew's MSRV (#13)
cecton
authored
488333b
View commit details
Copy full SHA for 488333b
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Impl ImplicitClone for tuples up to 12 items (#11)
cecton
authored
e251427
View commit details
Copy full SHA for e251427
View code at this point
Browse repository at this point
Clippy fixes (#12)
cecton
authored
90ac842
View commit details
Copy full SHA for 90ac842
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Add Cow helpers for IString (#10)
Show description for 2b72031
ranile
authored
2b72031
View commit details
Copy full SHA for 2b72031
View code at this point
Browse repository at this point
Impl ImplicitClone on bool, usize and isize (#9)
Show description for 866637b
cecton
authored
866637b
View commit details
Copy full SHA for 866637b
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
Add str borrowing and fix hash calculation bug (#7)
Show description for 0c9a92f
XX
authored
0c9a92f
View commit details
Copy full SHA for 0c9a92f
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
Remove unneeded Empty variant for Map (#4)
cecton
authored
820f5c3
View commit details
Copy full SHA for 820f5c3
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
Relax Sized constraint
cecton
committed
f1b923f
View commit details
Copy full SHA for f1b923f
View code at this point
Browse repository at this point
Probably fix doc.rs documentation (#3)
cecton
authored
e8c5583
View commit details
Copy full SHA for e8c5583
View code at this point
Browse repository at this point
Fix links to `std` in the README (#2)
yozhgoor
authored
79ac935
View commit details
Copy full SHA for 79ac935
View code at this point
Browse repository at this point
Add doc.rs tags for `map` feature (#1)
cecton
authored
a69031d
View commit details
Copy full SHA for a69031d
View code at this point
Browse repository at this point
Add all documentation
Show description for 7724845
cecton
committed
7724845
View commit details
Copy full SHA for 7724845
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.