Elixir build system and development runtime for Rust UI applications.
Summary
Functions
Builds artifacts for an enabled target.
Returns a specification to start this module under a supervisor.
Functions
@spec build( :web | :desktop, keyword() ) :: {:ok, Rekindle.Build.Result.t()} | {:error, Rekindle.Config.Error.t() | Rekindle.Build.Error.t() | Rekindle.Cargo.Error.t() | Rekindle.Desktop.Error.t() | Rekindle.Toolchain.Error.t() | Rekindle.Web.Error.t()}
Builds artifacts for an enabled target.
The owning OTP application must be supplied with :otp_app. The optional
:profile is either :dev or :release; it defaults to :dev.
Returns a specification to start this module under a supervisor.
See Supervisor.