2022-07-20:以下go语言代码是关于json 和 context的,输出什么?A:{};B:{"a":"b"};C:{"Context":0};D:不确定。
目的在Rust中读取其他系统(C++)生产的Protouf格式的数据文件。rust 1.58tonicprostCargo.toml[dependencies]tonic = "0.7.2"prost = "0.10"[build-dependencies]tonic-build = {version="0.7.2",......