index
:
dynamize
master
A proc macro to enable trait objects with variable associated types
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tests.rs
Age
Commit message (
Collapse
)
Author
2021-11-26
doc: use more educative example for #[convert]
Martin Fischer
2021-11-26
support dynamized supertraits with generics
Martin Fischer
2021-11-26
introduce #[convert] attribute
Martin Fischer
2021-11-26
support dynamized supertraits via attribute
Martin Fischer
2021-11-25
support Self qualified as same trait
Martin Fischer
2021-11-23
support tuples
Martin Fischer
2021-11-22
support other collections via #[collection(...)]
Martin Fischer
2021-11-22
support HashMap and BTreeMap
Martin Fischer
2021-11-22
support HashSet, BinaryHeap and BTreeSet
Martin Fischer
2021-11-22
support Vec, VecDeque & LinkedList collections
Martin Fischer
2021-11-21
auto-box all trait bounds, bump version to 0.3.2
v0.3.2
Martin Fischer
2021-11-21
support boxed Iterator in Option
Martin Fischer
2021-11-21
support -> &mut dyn Iterator<Item = Self::A>
Martin Fischer
2021-11-21
also dynamize simple type param bounds in where clauses
Martin Fischer
2021-11-20
make dyn trait take over super traits except Sized
Martin Fischer
2021-11-20
support where clauses for trait generics
Martin Fischer
2021-11-19
if first type bound isn't Into<T> auto-box it
Martin Fischer
2021-11-19
allow same-named method generics if they have same bounds
Martin Fischer
2021-11-18
publish
v0.1.0
Martin Fischer