Skip to content

Add 'magic' types and extern types

Pre-release
Pre-release
Compare
Choose a tag to compare
@Techcable Techcable released this 02 May 20:26
· 35 commits to master since this release
cc364fa
  • 26e1204: Rexport type info from crate root
  • 0f4ae19: Add 'magic' types and extern types
    • This allows user extensions to the type system like DuckASM's VariableId
    • Will avoid excessive usage of the never type for things like 'enum PyTypeObject {}'
  • Add a define_extern_type! macro
  • Turn off feature(const_fn_trait_bound) on docs.rs
    • This should fix the build errors there