Skip to content

Commit 32e5c6c

Browse files
authored
Add more references to "See also" (#6)
1 parent 399a5bb commit 32e5c6c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,16 @@ This is very likely due to underlying `min_specialization` implementation not
281281
being very mature yet, though it's quite possible I botched something somewhere
282282
(Please file an issue if you figure out which :P).
283283

284-
## Also see
285-
286-
- [sagebind/castaway](https://github.com/sagebind/castaway): Safe, zero-cost
287-
downcasting for limited compile-time specialization. This is an awesome
288-
library I've just stumbled upon, which seems to be doing what is done here in
289-
a more robust and stable way.
284+
## See also
285+
286+
- [sagebind/castaway]: Safe, zero-cost downcasting for limited compile-time
287+
specialization. This is an awesome library I've just stumbled upon, which
288+
seems to be doing what is done here in a more robust and stable way.
289+
- [Autoref-based stable specialization]: A detailed case study for various methods
290+
of specialization, introducing "autoref-based specalization".
291+
- [Generalized Autoref-Based Specialization]: Another method called
292+
"*autoderef*-based specialization" which builds on top of the article above.
293+
294+
[sagebind/castaway]: https://github.com/sagebind/castaway
295+
[Autoref-based stable specialization]: https://github.com/dtolnay/case-studies/tree/master/autoref-specialization
296+
[Generalized Autoref-Based Specialization]: https://lukaskalbertodt.github.io/2019/12/05/generalized-autoref-based-specialization.html

0 commit comments

Comments
 (0)