cr 0.1.1

Rust safe bindings for cr.h: A Simple C Hot Reload Header-only Library
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub struct BasicState {
    pub counter: i32,
}

pub type BasicPlugin = cr::Plugin<BasicState>;