[][src]Module sourcemap::ram_bundle

RAM bundle operations

Structs

RamBundle

The main RAM bundle interface

RamBundleHeader

Represents a RAM bundle header

RamBundleModule

Represents an indexed RAM bundle module

RamBundleModuleIter

An iterator over modules in a RAM bundle

SplitRamBundleModuleIter

An iterator over deconstructed RAM bundle sources and sourcemaps

Enums

RamBundleType

The type of ram bundle.

Constants

RAM_BUNDLE_MAGIC

Magic number for RAM bundles

Functions

is_ram_bundle_slice

Checks if the given byte slice contains an indexed RAM bundle

is_unbundle_path

Returns "true" if the given path points to the startup file of a file RAM bundle

split_ram_bundle

Decontstructs a RAM bundle into a sequence of sources and their sourcemaps