Skip to content

Commit

Permalink
Explicitly link to motivation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Jul 3, 2023
1 parent bacc6c4 commit af7bbcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ RequiredInterfaces.jl is a small package, allowing abstract-type based definitio
some methods for checking whether a type that claims to implement an interface, actually implements the required methods.

Please check out the [documentation](https://seelengrab.github.io/RequiredInterfaces.jl/) to learn how you can use RequiredInterfaces.jl to provide basic "implement me" style interfaces in your library.

If you want to learn more about the motivation & philosophy behind this package, check out [this writeup](https://seelengrab.github.io/RequiredInterfaces.jl/dev/interfaces.html) about APIs and their surface in Julia, which is part of the documentation of this package.

0 comments on commit af7bbcf

Please sign in to comment.