Perelyn 30d45c737c add basics/realloc/steel (#241) hace 9 meses
..
api 30d45c737c add basics/realloc/steel (#241) hace 9 meses
program 30d45c737c add basics/realloc/steel (#241) hace 9 meses
.gitignore 30d45c737c add basics/realloc/steel (#241) hace 9 meses
Cargo.toml 30d45c737c add basics/realloc/steel (#241) hace 9 meses
README.md 30d45c737c add basics/realloc/steel (#241) hace 9 meses

README.md

Realloc

Realloc is a ...

API

  • Consts – Program constants.
  • Error – Custom program errors.
  • Event – Custom program events.
  • Instruction – Declared instructions.

Instructions

State

Get started

Compile your program:

steel build

Run unit and integration tests:

steel test