ladfile

Crates.ioladfile
lib.rsladfile
version0.6.0
created_at2025-02-12 13:07:05.500781+00
updated_at2025-09-22 20:46:07.631436+00
descriptionLanguage Agnostic Declaration (LAD) file format for the bevy_mod_scripting crate
homepagehttps://github.com/makspll/bevy_mod_scripting
repositoryhttps://github.com/makspll/bevy_mod_scripting
max_upload_size
id1552987
size37,302
Maksymilian Mozolewski (makspll)

documentation

README

Language Agnostic Declaration file

A file format specifying the available exported:

  • functions
  • types
  • primitives
  • documentation

For a bevy game engine project.

Example

See an example of a LAD file here

Features

  • testfile - Include the above testfile as a ladfile::EXAMPLE_LADFILE constant
  • visitor - Provide traits for visiting parts of the LAD file.
Commit count: 780

cargo fmt