Modern, Lightweight and Simple Generic Programming Library
(i.e. shapeless alternative for Scala 2.13)
- Modern: designed for Scala 2.13.
- Lightweight: provides only few things,
HList
,Coproduct
,Generic
and higer variants. - Simple:
Generic1
derivesHList1
andCoproduct1
simply.
MIT License 2019 (C) TSUYUSATO "MakeNowJust" Kitsune