Files
dht/.gitignore
T
桥下红药 e4740f5fff feat(jni): onMetadataFetch, stop=shutdown+release, DhtCrawler OO API
- JNI: register on_metadata_fetch -> DhtListener.onMetadataFetch
- stopServer only: shutdown + destroy (remove destroyServer)
- Java: DhtCrawler.createServer/start/stop, package-private DhtCrawlerJni
- gitignore examples-jni build/.gradle

Made-with: Cursor
2026-03-13 19:48:46 +08:00

25 lines
247 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Rust
/target/
Cargo.lock
**/*.rs.bk
# IDE
.idea/
.vscode/
*.swp
# 输出文件
torrents/
*.json
*.db
# 日志
*.log
# 个人脚本(不提交到仓库)
scripts/
# Java / Gradleexamples-jni
examples-jni/build/
examples-jni/.gradle/