feat: add buffer_limit functions (#1922)

Co-authored-by: 纪卓志 <jizhuozhi.george@gmail.com>
Co-authored-by: 007gzs <007gzs@gmail.com>
This commit is contained in:
DefNed
2025-03-20 18:07:13 +08:00
committed by GitHub
parent e549c79ae4
commit dee4786c1c
6 changed files with 906 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "wrapper-say-hello"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
higress-wasm-rust = { path = "../../", version = "0.1.0" }
proxy-wasm = { git="https://github.com/higress-group/proxy-wasm-rust-sdk", branch="main", version="0.2.2" }
serde = { version = "1.0", features = ["derive"] }
multimap = "*"