File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ This is a package for defining and deriving functionality for objects based arou
1313outside of the Julia type hierarchy.
1414It is heavily inspired by [ Moshi.@derive ] ( https://rogerluo.dev/Moshi.jl/start/derive ) , which itself is inspired by
1515[ Rust's derive functionality] ( https://doc.rust-lang.org/rust-by-example/trait/derive.html ) , and the design of
16- [ ArrayLayouts.jl] ( https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl ) .
16+ [ ArrayLayouts.jl] ( https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl ) . See also
17+ [ ForwardMethods.jl] ( https://github.com/curtd/ForwardMethods.jl ) .
1718
1819The basic idea is to define implementations of a set of functions for a given interface, and types
1920can overload, or derive, those implementations by specifying the desired interface. This provides
Original file line number Diff line number Diff line change 1313# outside of the Julia type hierarchy.
1414# It is heavily inspired by [Moshi.@derive](https://rogerluo.dev/Moshi.jl/start/derive), which itself is inspired by
1515# [Rust's derive functionality](https://doc.rust-lang.org/rust-by-example/trait/derive.html), and the design of
16- # [ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl).
16+ # [ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl). See also
17+ # [ForwardMethods.jl](https://github.com/curtd/ForwardMethods.jl).
1718#
1819# The basic idea is to define implementations of a set of functions for a given interface, and types
1920# can overload, or derive, those implementations by specifying the desired interface. This provides
You can’t perform that action at this time.
0 commit comments