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
/
README.md
Age
Commit message (
Expand
)
Author
2021-11-23
improve README: explain crate before example
Martin Fischer
2021-11-23
support tuples
Martin Fischer
2021-11-22
support other collections via #[collection(...)]
Martin Fischer
2021-11-22
improve attribute documentation
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-22
clarify: error type is fixed for Result type alias
Martin Fischer
2021-11-21
auto-box all trait bounds, bump version to 0.3.2
v0.3.2
Martin Fischer
2021-11-21
fix code highlighting & ui-tests, bump to 0.3.1
v0.3.1
Martin Fischer
2021-11-21
improve README
Martin Fischer
2021-11-20
update README and error to reflect auto-boxing
Martin Fischer
2021-11-20
assert that dynamized traits are object-safe
Martin Fischer
2021-11-20
ignore README examples via code block attributes
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