ffi-closure 1.1.0

Send and recevie closures through FFI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
doc:
    cargo +nightly rustdoc --all-features --open -- --cfg docsrs

test *ARGS:
    cargo +nightly test --all-features {{ARGS}}

emit-llvm example:
    rm -rf ./out
    cargo +nightly rustc --example {{example}} --release --all-features --target-dir ./out -- --emit=llvm-ir

emit-asm example:
    rm -rf ./out
    cargo +nightly rustc --example {{example}} --release --all-features --target-dir ./out -- --emit=asm

publish-test:
    cargo publish --dry-run --allow-dirty