Skip to content

Implement StaticReflect for more types

Pre-release
Pre-release
Compare
Choose a tag to compare
@Techcable Techcable released this 01 May 20:08
c9c12d8
  • Implement StaticReflect for AsmStr/AsmOption
  • Add a 'SimpleNonZeroPointer' trait
  • Implement Trace for AsmStr
  • Use fn() -> T instead of *mut T in PhantomData
    • Avoids ruining our Send/Sync impls for TypeId and FunctionDefinition
  • Update to zerogc v0.2.0-alpha.2
    • I made a special release just for this