Packages

Elixir library for working with the transit data format

Current section

Files

Jump to
transit_elixir lib types.ex
Raw

lib/types.ex

defmodule TransitElixir.Types do
defmodule UUID do
defstruct [:value]
end
defmodule Symbol do
defstruct [:value]
end
defmodule List do
defstruct [:value]
end
end