aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2023-01-08doc: link E0191 documentation in READMEHEADmasterMartin Fischer
2021-11-26doc: use more educative example for #[convert]Martin Fischer
2021-11-26introduce #[convert] attributeMartin Fischer
2021-11-26doc: suggest splitting traits in twoMartin Fischer
2021-11-23improve README: explain crate before exampleMartin Fischer
2021-11-23support tuplesMartin Fischer
2021-11-22support other collections via #[collection(...)]Martin Fischer
2021-11-22improve attribute documentationMartin Fischer
2021-11-22support HashMap and BTreeMapMartin Fischer
2021-11-22support HashSet, BinaryHeap and BTreeSetMartin Fischer
2021-11-22support Vec, VecDeque & LinkedList collectionsMartin Fischer
2021-11-22clarify: error type is fixed for Result type aliasMartin Fischer
2021-11-21auto-box all trait bounds, bump version to 0.3.2v0.3.2Martin Fischer
2021-11-21fix code highlighting & ui-tests, bump to 0.3.1v0.3.1Martin Fischer
2021-11-21improve READMEMartin Fischer
2021-11-20update README and error to reflect auto-boxingMartin Fischer
2021-11-20assert that dynamized traits are object-safeMartin Fischer
2021-11-20ignore README examples via code block attributesMartin Fischer
2021-11-19if first type bound isn't Into<T> auto-box itMartin Fischer
2021-11-19allow same-named method generics if they have same boundsMartin Fischer
2021-11-18publishv0.1.0Martin Fischer