Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@protocol@decode_Hello.hrl
Raw

include/plushie@protocol@decode_Hello.hrl

-record(hello, {
protocol :: integer(),
version :: binary(),
name :: binary(),
backend :: binary(),
extensions :: list(binary()),
transport :: binary()
}).