The Wayback Machine - https://web.archive.org/web/20220521105929/https://github.com/topics/hot-reloading
Skip to content
#

hot-reloading

Here are 106 public repositories matching this topic...

Wodann
Wodann commented Sep 6, 2020

Issue #110 introduced type aliases to Mun - on a file-level. We want to extend this, such that - similar to Rust - Mun can support type aliases in a local scope:

type OtherTypeName = i32;
fn main() {
    type Typename = OtherTypeName; // Type alias in local scope
    let a: Ty
good first issue type: feat pri: low exp: intermediate

Improve this page

Add a description, image, and links to the hot-reloading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hot-reloading topic, visit your repo's landing page and select "manage topics."

Learn more