napi-rs-node-bindings
✓napi-rs를 사용하는 Rust 라이브러리용 Node.js 바인딩. napi 매크로 및 구조체 생성 또는 수정, Rust와 JavaScript 간의 유형 변환, FFI 경계를 넘는 오류 처리, 비동기/Promise 패턴, 네이티브 모듈 빌드, npm에 게시, 바인딩 코드 테스트 또는 바인딩 문제 디버깅을 포함하여 Rust 코드에 대한 Node.js/JavaScript 바인딩 작업을 할 때 사용합니다. 기능 패리티 추적을 통해 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 바인딩. napi 매크로 및 구조체 생성 또는 수정, Rust와 JavaScript 간의 유형 변환, FFI 경계를 넘는 오류 처리, 비동기/Promise 패턴, 네이티브 모듈 빌드, npm에 게시, 바인딩 코드 테스트 또는 바인딩 문제 디버깅을 포함하여 Rust 코드에 대한 Node.js/JavaScript 바인딩 작업을 할 때 사용합니다. 기능 패리티 추적을 통해 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에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/pmcfadin/cqlite
상세
- 카테고리
- </>개발 도구
- 출처
- skills.sh
- 최초 등록
- 2026-02-05