Replies: 3 comments
This comment has been minimized.
This comment has been minimized.
-
@tickmoo 目前tquic.h包含少量手工定义代码(例如特殊枚举类型),后续版本这部分会移入到独立文件中 你可以根据diff将新增的差异部分,提交到tquic.h (而不是直接覆盖替换) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tickmoo v0.14.0版本已支持 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用 cbindgen自动生成tquic.h文件:cbindgen --config cbindgen.toml --crate tquic --output include/tquic.h
Beta Was this translation helpful? Give feedback.
All reactions