Terrasol.Path (Terrasol v1.0.2) View Source

Handling of Earthstar path strings and the resulting Terrasol.Path.t structures

Link to this section Summary

Types

t()

An Earthstar path

Functions

Parse an Earthstar path string into a Terrasol.Path

Link to this section Types

Specs

t() :: %Terrasol.Path{
  ephemeral: boolean(),
  segments: [String.t()],
  string: String.t(),
  writers: [Terrasol.Author.t()]
}

An Earthstar path

Link to this section Functions

Parse an Earthstar path string into a Terrasol.Path

:error on invalid input