Popularity
1.3
Growing
Activity
0.0
Stable
3
2
2

Monthly Downloads: 10
Programming language: Elixir
License: MIT License

exkad alternatives and similar packages

Based on the "Algorithms and Data structures" category.
Alternatively, view exkad alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of exkad or a related project?

Add another 'Algorithms and Data structures' Package

README

Exkad

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add exkad to your list of dependencies in mix.exs:

    def deps do
      [{:exkad, "~> 0.1.0"}]
    end
    
  2. Ensure exkad is started before your application:

    def application do
      [applications: [:exkad]]
    end