Header menu logo FSharp.ATProto

Drisl Module

DRISL-CBOR encoding and decoding for AT Protocol data model.

Functions and values

Function or value Description

decode data

Full Usage: decode data

Parameters:
    data : byte[]

Returns: Result<AtpValue, string>

Decode DRISL-CBOR bytes to an AtpValue.

data : byte[]
Returns: Result<AtpValue, string>

encode value

Full Usage: encode value

Parameters:
Returns: byte[]

Encode an AtpValue to canonical DRISL-CBOR bytes.

value : AtpValue
Returns: byte[]

Type something to start searching.