View Source Terrasol.Path (Terrasol v2.0.0)

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

@type 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