ended8월 3일· 1 sources

Rust project goals: Immobile types and guaranteed destructors

Why it matters

We propose to introduce new traits that describe what operations are possible on a type. Today Rust assumes all types can be moved (relocated in memory) and forgotten (via mem::forget ). We will intro...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues