issues
search
yewstack
/
implicit-clone
Immutable types and ImplicitClone trait similar to Copy
19
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update trybuild requirement from =1.0.89 to =1.0.99
#55
dependabot[bot]
opened
3 months ago
0
Update trybuild requirement from =1.0.89 to =1.0.98
#54
dependabot[bot]
closed
3 months ago
1
Update trybuild requirement from =1.0.89 to =1.0.97
#53
dependabot[bot]
closed
3 months ago
1
Update indexmap requirement from >= 1, <= 2 to >= 1, <= 2.2.6
#52
dependabot[bot]
opened
5 months ago
0
Restrict the dependency on `indexmap` to v2 only
#51
its-the-shrimp
closed
4 months ago
10
Fix wrong implementation of make_mut() for IArray::Single
#50
cecton
closed
8 months ago
0
IString: implement From<std::fmt::Arguments> for IString
#49
cecton
closed
9 months ago
0
IArray: from_iter optimization for empty arrays
#48
cecton
closed
11 months ago
6
Derive macro should also work on enums
#47
cecton
closed
1 year ago
0
Add derive macro to get ImplicitClone implemented quicker
#46
cecton
closed
1 year ago
1
Attempt to improve the documentation
#45
cecton
closed
12 months ago
6
Add method implicit_clone() to help ensure the type is ImplicitClone
#44
cecton
closed
1 year ago
3
Usecases
#43
sylv256
closed
1 year ago
1
Impl ImplicitClone for arrays and ref arrays
#42
cecton
closed
1 year ago
7
Make from_iter() optimized
#41
cecton
closed
12 months ago
0
Remove opaque type on function iter() of IArray
#40
cecton
closed
1 year ago
0
Introduce unstruct macro to help destructuring
#39
cecton
closed
12 months ago
16
IArray: avoid heap allocation if there is only one element
#38
cecton
closed
1 year ago
5
string: add impl From<&IString> for IString
#37
cecton
closed
1 year ago
6
Add IArray::get_mut and IArray::make_mut
#36
ColonelThirtyTwo
closed
1 year ago
0
Fix clippy warning related to IString PartialOrd implementation
#35
ColonelThirtyTwo
closed
1 year ago
2
Add alteration methods to IArray
#34
ColonelThirtyTwo
opened
1 year ago
11
Use mod paths instead of include
#33
ColonelThirtyTwo
closed
1 year ago
2
`ImplicitClone` for `Copy` types
#32
kirillsemyonkin
opened
1 year ago
5
Update indexmap requirement from >= 1, <= 2 to >= 1, <= 3
#31
dependabot[bot]
closed
1 year ago
2
Bump actions/checkout from 3 to 4
#30
dependabot[bot]
closed
1 year ago
0
chore: Release implicit-clone version 0.4.1
#29
kirillsemyonkin
closed
1 year ago
0
Add clarifications for documentation
#28
kirillsemyonkin
closed
1 year ago
0
Add impl for PartialOrd, Ord, reverse PartialEq
#27
kirillsemyonkin
closed
1 year ago
0
impl FromStr for IString
#26
OmmyZhang
closed
1 year ago
6
Add implementation for single-item tuples
#25
kirillsemyonkin
closed
1 year ago
0
Relax indexmap version to include 1 and 2
#24
cecton
closed
1 year ago
0
Bump actions/checkout from 2 to 3
#23
dependabot[bot]
closed
1 year ago
0
Update Indexmap Dependency and Enable Dependabot.
#22
futursolo
closed
1 year ago
8
Implement FromStr for IString
#21
uzytkownik
closed
1 year ago
3
Add Serialize/Deserialize implementations
#20
uzytkownik
closed
1 year ago
4
IString should implement serde Serialize, Deserialize with a feature flag
#19
ColonelThirtyTwo
closed
1 year ago
2
IString should implement PartialOrd, Ord
#18
ColonelThirtyTwo
closed
1 year ago
4
Immutable collection operations
#17
alexfoxgill
opened
1 year ago
6
Implement ImplicitClone for char
#16
cecton
closed
1 year ago
2
Add macro iformat!() which is exactly the same as format!()
#15
cecton
closed
1 year ago
6
Add `()` to the `impl_implicit_clone!` macro
#14
yozhgoor
closed
1 year ago
0
Set MSRV to match Yew's MSRV
#13
cecton
closed
1 year ago
0
Clippy fixes
#12
cecton
closed
1 year ago
2
Impl ImplicitClone for tuples up to 12 items
#11
cecton
closed
1 year ago
4
Add Cow helpers for IString
#10
ranile
closed
1 year ago
2
Impl ImplicitClone on bool, usize and isize
#9
cecton
closed
1 year ago
3
Impl From<&String> for IString
#8
cecton
closed
1 year ago
3
Add str borrowing and fix hash calculation bug
#7
XX
closed
2 years ago
5
How to use the library?
#6
guitarino
closed
1 year ago
6
Next