🌐 AI搜索 & 代理 主页
Skip to content

Commit fe5ba1b

Browse files
committed
Added examples directory and README
1 parent a018637 commit fe5ba1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pgml-sdks/rust-bridge/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ The key takeaway is that the macros used in this crate take vanilla Rust code an
119119

120120
# Python
121121

122-
This crate translates Rust to [Py03](https://github.com/PyO3/pyo3) compatible Rust. See the [examples](/examples) folder for how to use it.
122+
This crate translates Rust to [Py03](https://github.com/PyO3/pyo3) compatible Rust. See the [examples](examples) folder for how to use it.
123123

124124
# JavaScript
125125

126-
This crate translates Rust to [Neon](https://neon-bindings.com/) compatible Rust. See the [examples](/examples) folder for how to use it.
126+
This crate translates Rust to [Neon](https://neon-bindings.com/) compatible Rust. See the [examples](examples) folder for how to use it.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Coming Soon

0 commit comments

Comments
 (0)