package bencode

  1. Overview
  2. Docs

Module Bencode_token.EasySource

Shortcuts

Sourceval to_string : token list -> string
Sourceval output : out_channel -> token list -> unit
Sourceval of_string : string -> token list option
Sourceval of_bytes : Bytes.t -> token list option
Sourceval of_string_exn : string -> token list
  • raises Failure

    if the string isn't valid

OCaml

Innovation. Community. Security.