Packages

Emergence data structure

Retired package: Deprecated - Replaced by OTP 27 stdlib: json module and em_filter 1.0.0

Current section

Files

Jump to
embryo src embryo.hrl
Raw

src/embryo.hrl

-ifndef(EMBRYO_HRL).
-define(EMBRYO_HRL, true).
-record(embryo, {properties :: map()}).
-type embryo() :: #embryo{}.
-type config_map() :: map().
-endif.