https://github.com/valiot/coder
An example of macros implementation to decode a variable in a certain data type
https://github.com/valiot/coder
Last synced: 3 months ago
JSON representation
An example of macros implementation to decode a variable in a certain data type
- Host: GitHub
- URL: https://github.com/valiot/coder
- Owner: valiot
- License: mit
- Created: 2019-01-28T17:34:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T19:39:25.000Z (about 2 years ago)
- Last Synced: 2025-02-22T18:04:39.781Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decoder
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `decoder` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:coder, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/decoder](https://hexdocs.pm/decoder).