newtype
There are 30 repositories under newtype topic.
JelteF/derive_more
Some more derive(Trait) options
greyblake/nutype
Rust newtype with guarantees 🇺🇦 🦀
estatico/scala-newtype
NewTypes for Scala with no runtime overhead
rudogma/scala-supertagged
Unboxed (multi-nested-)tagged + unboxed newtypes. Better and much friendlier alternative to AnyVals.
vitorsvieira/dilate
Nearly zero runtime object allocation powered by scalameta. Value class and Unboxed Tagged Type generation at compile-time.
quodlibetor/diesel-derive-newtype
derive newtype for diesel traits
tismith/exitfailure
Helpers for easily using failure::Error and others as return types in main() while still giving human-readable error messages.
evturn/haskellbook
Solutions to exercises from the book Haskell Programming
kevin-lee/extras
A few extra tools
kevin-lee/refined4s
newtype and refinement (refined) type for Scala 3
ahrjarrett/any-ts
Sensible, performant primitives for writing semantic TypeScript code
lorandszakacs/sprout
Opaque type encoding for convenient new types, and boilerplate minimization of integration with 3rd party libraries like circe, http4s, doobie, skunk, etc.
MarcelineVQ/idris2-newtype-deriving
Newtype, Generic Interface Deriving
bbqsrc/nova
Newtype macros for commonly reused types in Rust.
lue-bird/elm-typed-value
a type with 1 variant but convenient
mtumilowicz/scala-zio2-fs2-refined-newtype-workshop
Introduction into fs2, newtype and refined types.
endertunc/http4s-realworld-example
Reference implementation of https://github.com/gothinkster/realworld using typelevel stack, refined and newtype
programaker/Spotification
Experiments with Spotify API
endertunc/http4s-newtype-refined-crud
Simple CRUD application using newtype, refined and typelevel stack
MRGRAVITY817/valobs
Collection of value objects(in terms of DDD), commonly used in enterprise applications.
athanclark/sets
Sets in Haskell.
GusevTimofey/encry-explorer-backend
Encry blockchain observer
hermannhueck/exploring-newtype
Exploring NewType
jdno/typed-fields
Macros to create strongly-typed fields for structs
NaokiM03/derive_newtype
This derive macro provides Deref, DerefMut, and From for the newtype pattern.
takatori/skillmap
sample application using ZIO, http4s, tapir, doobie
yawaramin/newtype
A newtype (non-allocating) wrapper type