We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e821e37 commit 0e28c2bCopy full SHA for 0e28c2b
.github/CLA.md
@@ -57,3 +57,4 @@ Example:
57
- Metal A-wing, @a-wing, 2023/05/30
58
- Xuanwo, @Xuanwo, 2023/06/21
59
- Bryan, @ImSingee, 2023/10/25
60
+- Vidy Videni, @videni, 2025/03/05
libs/jwst-binding/jwst-swift/src/lib.rs
@@ -92,6 +92,9 @@ mod ffi {
92
extern "Rust" {
93
type Workspace;
94
95
+ #[swift_bridge(init)]
96
+ fn new(id: String) -> Workspace;
97
+
98
fn id(self: &Workspace) -> String;
99
100
fn client_id(self: &Workspace) -> u64;
0 commit comments