Add 'magic' types and extern types
Pre-release
Pre-release
- 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