accio 0.1.0

Retrieves code blocks distributed to multiple sites
Documentation
1
2
3
4
5
6
accio::accio_emit! {
    secondScope {
        println!("setting value as 5 in the second scope");
        val = 5;
    }
}