[][src]Module rna::utils

Utility module

Enums

MeguError

General error type for interpret_file() function

MetaError

General error type for check_meta() function

Functions

check_meta

Check pack.mcmeta file for compiler_options field

interpret_file

Read and Interpret syntax from the given path.

is_loot_table_script

Check if path has the correct extension for loot table script

merge

Merge MeguScripts together.

Type Definitions

MeguResult

Shorthand for defining a Result that can fail with MeguError type