flapigen 0.11.0

Tool for connecting libraries written in Rust with other languages
Documentation
1
2
3
4
5
6
7
8
foreigner_class!(
    #[derive(Copy)]
    class BtAddr {
    self_type BtAddr;
    private constructor = empty;
    fn BtAddr::to_string(&self) -> String;
    fn BtAddr::clone(&self) -> BtAddr;
});