volo-cli 0.12.1

volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used.
Documentation
1
2
3
4
#[derive(Debug, Clone)]
pub struct Context {
    pub entry_name: String,
}