factorio-api-gen 0.1.2

Generates Rust bindings from Factorio runtime-api.json
Documentation
mod classes;
mod concepts;
mod defines;
mod event_filters;
mod events;
mod ident;
mod identifications;
mod types;
mod unions;

pub use classes::{class_names, generate_classes, generate_globals};
pub use concepts::{event_filter_concept_names, generatable_concept_names, generate_concepts};
pub use defines::generate_defines;
pub use event_filters::{generate_event_data, generate_event_filters};
pub use events::{
    collect_event_mappings, generate_event_filter_lookup, generate_event_lookup,
    generate_event_map, generate_event_module_lookup, generate_events,
};
pub use identifications::{
    generate_identifications, identification_concept_names, identification_signatures,
};
pub use types::KnownTypes;
pub use unions::{collect_literal_unions, generate_unions};