napi-rs-node-bindings
✓使用napi-rs 的 Rust 庫的 Node.js 綁定。在處理 Node.js/JavaScript 與 Rust 代碼的綁定時使用,包括創建或修改 napi 宏和結構、在 Rust 和 JavaScript 之間轉換類型、跨 FFI 邊界處理錯誤、異步/Promise 模式、構建本機模塊、發佈到 npm、測試綁定代碼或調試綁定問題。針對具有奇偶校驗跟踪功能的 CQLite(Cassandra CQL 綁定)進行了調整。
SKILL.md
| Type mapping between Rust ↔ JavaScript | type-conversions.md | | Converting Rust errors to JS exceptions | error-handling.md | | Async patterns and Promises | async-patterns.md | | Building and publishing to npm | build-publish.md | | Testing strategies | testing.md | | Debugging common binding issues | debugging.md |
| #[napi] | Expose function/struct/impl to JS | | #[napi(constructor)] | Class constructor | | #[napi(getter)] | Property getter | | #[napi(setter)] | Property setter | | #[napi(factory)] | Static factory method | | #[napi(jsname = "...")] | Rename in JavaScript | | #[napi(tsargstype = "...")] | Custom TypeScript arg types |
| #[napi(tsreturntype = "...")] | Custom TypeScript return type | | #[napi(object)] | Plain JS object (no class) | | #[napi(strict)] | Strict type checking |
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/pmcfadin/cqlite --skill napi-rs-node-bindings- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-05
- 更新時間
- 2026-02-18
快速解答
什麼是 napi-rs-node-bindings?
使用napi-rs 的 Rust 庫的 Node.js 綁定。在處理 Node.js/JavaScript 與 Rust 代碼的綁定時使用,包括創建或修改 napi 宏和結構、在 Rust 和 JavaScript 之間轉換類型、跨 FFI 邊界處理錯誤、異步/Promise 模式、構建本機模塊、發佈到 npm、測試綁定代碼或調試綁定問題。針對具有奇偶校驗跟踪功能的 CQLite(Cassandra CQL 綁定)進行了調整。 來源:pmcfadin/cqlite。
如何安裝 napi-rs-node-bindings?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/pmcfadin/cqlite --skill napi-rs-node-bindings 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/pmcfadin/cqlite
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-05