volo-thrift

Crates.iovolo-thrift
lib.rsvolo-thrift
version
sourcesrc
created_at2022-05-13 12:42:00.093915
updated_at2024-11-06 13:46:28.349173
descriptionThrift RPC framework implementation of volo.
homepagehttps://www.cloudwego.io/docs/volo/
repositoryhttps://github.com/cloudwego/volo
max_upload_size
id585858
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Yifei (LYF1999)

documentation

https://docs.rs/volo-thrift

README

Volo

Crates.io Documentation Website License Build Status

volo-thrift implements a Thrift-based RPC framework.

Users rarely need to use volo-thrift directly. Instead, they should use the Client and Server in the generated code.

For extension developers, they may need to use some of the components in volo-thrift.

For detailed guides, please refer to the guides.

Commit count: 437

cargo fmt