| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TODO: Add description
Buildable is a protocol that allows users to build terms that implement this protocol.
The very basic version of any term type can be implemented with only three functions:
There are other two protocols that get automatically implemeneted, based on the fallback implementations for Buildable, which are:
If available in Hex, the package can be installed by adding buildable to your list of dependencies in mix.exs:
def deps do
[
{:buildable, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/buildable.
| Back | FazBrowse Home | New Git URL |