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
13
13
outside of the Julia type hierarchy.
14
14
It is heavily inspired by [ Moshi.@derive ] ( https://rogerluo.dev/Moshi.jl/start/derive ) , which itself is inspired by
15
15
[ 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 ) .
17
18
18
19
The basic idea is to define implementations of a set of functions for a given interface, and types
19
20
can overload, or derive, those implementations by specifying the desired interface. This provides
Original file line number Diff line number Diff line change 13
13
# outside of the Julia type hierarchy.
14
14
# It is heavily inspired by [Moshi.@derive](https://rogerluo.dev/Moshi.jl/start/derive), which itself is inspired by
15
15
# [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).
17
18
#
18
19
# The basic idea is to define implementations of a set of functions for a given interface, and types
19
20
# 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