The Wayback Machine - http://web.archive.org/web/20210215203153/https://github.com/memoryruins
Skip to content
Avatar

Highlights

Sponsoring

@Limeth @dimforge @cart

Popular repositories

  1. Forked from godot-rust/godot-rust

    Rust bindings for GDNative

    Rust

  2. Forked from gluon-lang/gluon

    A static, type inferred and embeddable language written in Rust.

    Rust

  3. Forked from godotengine/godot_headers

    Headers for the Godot API supplied by the GDNative module.

    C

  4. Forked from philippkeller/rexpect

    Rust port of pexpect

    Rust

  5. Forked from repnop/mac_address

    Cross-platform retrieval of a network interface MAC address.

    Rust

  6. Forked from flower-os/flower

    A learning OS

    Rust

435 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri
Activity overview
Contributed to bevyengine/bevy, Limeth/dvsynth, idris-lang/Idris2 and 5 other repositories

Contribution activity

February 2021

Created an issue in rust-lang/rust that received 2 comments

Recursive type of infinite size is undetected until MIR optimiziations

#![allow(incomplete_features)] #![feature(generic_associated_types)] trait Trait { type Type<T>; } impl Trait for u8 { type Type<T> = T; } struct S<…

2 comments
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.