rune

Module modules

Source
Expand description

Public packages that can be used to provide extract functionality to virtual machines.

These are usually included through Context::with_default_modules.

Modules§

  • Dynamic typing and type reflection.
  • The bytes module.
  • I/O module capable of capturing what’s been written to a buffer.
  • The character module for Rune.
  • The cloning trait for Rune.
  • Comparison and ordering.
  • Dynamic collections.
  • Core types and methods in Rune.
  • I/O methods which will cause any output to be ignored.
  • Floating point numbers.
  • Formatting text.
  • Asynchronous computations.
  • Hashing types.
  • Integers.
  • I/O functions.
  • Iterators.
  • Macro support.
  • Working with memory.
  • Working with numbers.
  • The dynamic Object container.
  • Overloadable operators and associated types.
  • The Option type.
  • The Result type.
  • Types relates to working with slices.
  • Asynchronous streams.
  • Strings.
  • Testing and benchmarking.
  • The Tuple fixed collection.
  • Integers.
  • The Vec dynamic vector.