defmodule Jetstream do @moduledoc """ Provides functions for interacting with a [NATS Jetstream](https://github.com/nats-io/jetstream) server. > Note: Jetstream is currently considered a beta feature of the NATS project, it is not available by default. > Any APIs you see here are liable to change in a way that is outside the normal versioning scheme. """ end