Packages

A comprehensive Elixir library for reading, writing, and manipulating xBase database files

Current section

Files

Jump to
xbase lib xbase.ex
Raw

lib/xbase.ex

defmodule Xbase do
@moduledoc """
Documentation for `Xbase`.
"""
@doc """
Hello world.
## Examples
iex> Xbase.hello()
:world
"""
def hello do
:world
end
end