Popular Crates
regex
serde_json
openssl-sys
libsqlite3-sys
zlib-sys
ring
tokio
Try Natural Language Search
"compress files"
"encrypt password"
"parse JSON"
"hash sha256"
"database sqlite"
CLI Commands
tsffi install sha2 # Install a crate as native module
tsffi search "hash sha256" # Find crates by natural language
tsffi list # List available packages
Usage Example
// After install, import and use directly
import { sha256 } from '@tsffi/sha2';
const hash = sha256('hello world');
console.log(hash); // Native Rust performance