package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Containers_bencode.DecodeSource

Decoding

Sourceval of_string : string -> t option
Sourceval of_string_exn : string -> t

Parse string.

  • raises Failure

    if the string is not valid bencode.

OCaml

Innovation. Community. Security.