Magnet (magnet v0.1.0)

Magnet struct which represents Magnet URI.

See: https://en.wikipedia.org/wiki/Magnet_URI_scheme

Link to this section Summary

Link to this section Types

Specs

t() :: %Magnet{
  announce: [String.t()],
  experimental: map(),
  fallback: String.t(),
  info_hash: [String.t()],
  keywords: [String.t()],
  length: number(),
  manifest: String.t(),
  name: String.t(),
  source: [String.t()]
}

Link to this section Functions