defmodule Structure do @moduledoc """ `Structure` is a library used to explore functional data structures using Elixir. ## Contents * `Structure.Stack` * `Structure.BST` (BInary Search Tree) """ end