2 unstable releases

0.2.0 May 12, 2021
0.1.1 Oct 2, 2020

#1802 in Algorithms

Custom license

37KB
865 lines

Enso Generics

A library for generic programming.


lib.rs:

Rust Generics implementation.

Datatype-generic programming, also frequently just called generic programming or generics, is a form of abstraction that allows defining functions that can operate on a large class of data types. For a more in-depth introduction to generic programming in general, have a look at Datatype-Generic Programming, or the Libraries for Generic Programming paper.

Dependencies

~5MB
~101K SLoC