Entity Component System (ECS) library for Elixir, offering a suite of features including: flexible queries with multiple filters, dynamic bidirectional relationships, versatile tagging capabilities, system event subscriptions, or asynchronous system execution.
Making the
Demo.API.fetch_hero_details/0
function match its{:ok, map()}
signature when succeeding.