ladfile 0.5.0

Language Agnostic Declaration (LAD) file format for the bevy_mod_scripting crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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](./test_assets/test.lad.json)

## Features

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