Sidecar representation for durable eval session state snapshots.
Summary
Types
@type t() :: %{binding: Code.binding(), env: Macro.Env.t(), metadata: map()}
Functions
@spec binding_info(Code.binding()) :: [map()]
@spec serializable_binding(Code.binding()) :: Code.binding()
@spec store(Path.t() | nil, Code.binding(), Macro.Env.t(), keyword()) :: {:ok, map()} | {:error, term()}