Rekindle (Rekindle v0.1.0)

Copy Markdown View Source

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

build(target, options \\ [])

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.

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.