. ├── rust/ # Rust source code │ ├── Cargo.toml # Rust project configuration │ ├── src/ │ │ └── lib.rs # FFI library implementation │ └── target/release/ # Compiled Rust library ├── csharp/ # C# ...
A complete rewrite of Script Kit using the GPUI framework from Zed. This version combines the SDK and app into a single repository for a streamlined development experience.