accio 0.1.0

Retrieves code blocks distributed to multiple sites
Documentation
1
2
3
4
5
6
7
// did you realize these modules are not even imported?
accio::accio_emit! {
    firstScope {
        println!("setting value as 3 in the first scope");
        val = 3;
    }
}