Part 1. 安装命令行工具

Volo 提供了同名的命令行工具,用来初始化项目、管理 IDL 等。我们可以先通过以下命令来安装 Volo:

$ cargo install volo-cli

随后,我们输入:

$ volo help

就能看到类似以下输出啦:

USAGE:
    volo [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -n, --entry-name <ENTRY_NAME>    The entry name, defaults to 'default'. [default: default]
    -v, --verbose    Turn on the verbose mode.
    -V, --version    Print version information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    idl     manage your idl
    init    init your project

最后修改 August 2, 2023 : docs: add document http3 (#737) (5cdb2f3)