Crate typeshare

source ·
Expand description

Types and functions for code that defines and/or uses #[typeshare] types.

Structs§

  • The 54-bit signed integer type. Purpose of this type is to mimic JavaScript’s integer type.
  • The 53-bit unsigned integer type. Purpose of this type is to mimic JavaScript’s integer type.

Functions§

Attribute Macros§

  • Marks a type as a type shared across the FFI boundary using typeshare.