Current section

Files

Jump to
sugar lib sugar.ex
Raw

lib/sugar.ex

defmodule Sugar do
@moduledoc """
Web framework for Elixir, built on top of [Plug](https://github.com/elixir-lang/plug)
## Goals
- Speed. Sugar shouldn't be slow and neither should your project.
- Ease. Sugar should be simple because simple is easy to learn and use.
- Effective. Sugar should aid development. You have better things to which to devote your time.
"""
end