Crate move_core_types[][src]

Expand description

Core types for Move.

Modules

This module lays out the basic abstract costing schedule for bytecode instructions.

An identifier is the name of an entity (module, resource, function, etc) in Move.

Macros

ident_str! is a compile-time validated macro that constructs a &'static IdentStr from a const &'static str.