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
/
src
/
parse_trait_sig.rs
Age
Commit message (
Collapse
)
Author
2021-11-22
rename MethodParseError to MethodError
Martin Fischer
2021-11-22
refactor: support IntoIterMapCollect with N types
Martin Fischer
2021-11-22
generalize to collection with one type / two types
Martin Fischer
2021-11-22
rename AssocTypeConversions to TypeConverter
Martin Fischer
2021-11-22
support HashMap and BTreeMap
Martin Fischer
2021-11-22
support Vec, VecDeque & LinkedList collections
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
better errors for assoc types in where clauses
Martin Fischer
2021-11-20
refactor: traverse AST via iterators
Martin Fischer
2021-11-19
if first type bound isn't Into<T> auto-box it
Martin Fischer
2021-11-19
refactor: make destination type mechanism extensible
Martin Fischer
2021-11-19
refactor: forward type param transforms as HashMap
Martin Fischer
2021-11-19
refactor: factor out transform module
Martin Fischer
2021-11-18
publish
v0.1.0
Martin Fischer