BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
safe-zk-token-sdkSafecoin Zk Token SDK18,939Apache-2.0
safe_appSAFE App56,021MIT OR BSD-3-Clause
safe_archCrate that exposes `core::arch` safely via `#[cfg()]`.60,831,150Zlib OR Apache-2.0 OR MIT
safe_arithSafe arithmetic on integers, which avoids overflow and division by zero.160,404Apache-2.0
safe_attrAn attribute #[safe] to mark functions, allowing the ommission of unsafe1,631Apache-2.0
safe_authenticatorSAFE Authenticator56,508GPL-3.0
safe_authenticator_ffiSAFE Authenticator11,354GPL-3.0
safe_bindgenA library to automatically generate C, Java, and C# files from Rust source files.34,631MIT OR BSD-3-Clause
safe_cacheA key-value cache library in Rust featuring dynamic typing with support for multiple data types, automatic expiration, and…7,505MIT
safe_cellSafer than std::cell::UnsafeCell!2,840MIT
safe_cell_extsSafe extensions for Cell4,113MIT/Apache-2.0
safe_clientSAFE Client API library8,348GPL-3.0
safe_coreSAFE core139,754GPL-3.0
safe_cryptoA convenience library providing abstractions for cryptographic functions.17,503MIT OR BSD-3-Clause
safe_dbcSafe DBC6,675MIT OR BSD-3-Clause
safe_decimalLibrary that solves the recurring decimal problem with fractions1,564MIT
safe_decimal_coreThis is a Rust fixed-point numeric library targeting blockchain development. Originally created and used as a part of the…2,755MIT
safe_dnsSAFE DNS API library16,133GPL-3.0
safe_drivesafe_drive: Formally Specified Rust Bindings for ROS2264,457non-standard
safe_drive_msgA transpiler from ROS2's message types to Rust's types.16,617non-standard
safe_ecsECS written in safe code1,562MIT
safe_ecs_deriveproc macro crate for `safe_ecs`2,326MIT
safe_enLocal database solution with clean and strict data integrity.16,265GPL-2.0
safe_formatsafe_format! macro works similarly to the built-in format! macro but allows for named parameters and it safely ignores any extra…6,454MIT/Apache-2.0
safe_httpSimple and safe HTTP types.6,490MIT OR Apache-2.0
safe_http_asyncSimple and safe asynchronous HTTP types.1,595MIT OR Apache-2.0
safe_http_parserHTTP head parser for the safe_http crate1,565MIT OR Apache-2.0
safe_indexType-safe indexes.17,243MIT
safe_launcherSAFE Launcher library6,264GPL-3.0
safe_mathSafe arithmetic using a procedural macro. Write normal math expressions with automatic overflow checks. No panics, no boilerplate.13,141MIT OR Apache-2.0
safe_math_legacyDeprecated! Math without overflow, creates an enum and a macro to help mitigate any overflow while multiplying and adding1,382GPL-3.0-only
safe_networkThe Safe Network Core. API message definitions, routing and nodes, client core api.380,571GPL-3.0
safe_network_commonCommon code for safe_vault and safe_core23,506GPL-3.0
safe_nfsThis is Pre alpha, and not useful, no code worth looking at.20,565GPL-3.0
safe_oclZero-cost wrapper types for safe OpenCL1,764MIT
safe_paillier_rustAn implementation of the Paillier cryptosystem with homomorphic properties, leveraging Rust's type system and safety guarantees.6,582MIT
safe_pqc_kyberFork of pqc_kyber with some safety fixes32,543MIT/Apache-2.0
safe_printImmediately write to stdout/stderr without newline2,340MIT
safe_shlleft bit shifts without dropping bits6,0440BSD
safe_thingThis crate is part of the Secure Access For Everything framework, which is an IoT framework for software developers integrating…4,698GPL-3.0
safe_transmute_2A safe-guarded transmute which aims for a good,short and extensible API.2,792Unlicense
safe_unaligned_simdSafe SIMD wrappers for unaligned load and store operations.134,898MIT OR Apache-2.0
safe_unwrapThe safe_unwrap crate allows unwrapping and annotating that the unwrap will never fail. Does not require `std`.78,407MIT
safe_unzipSecure zip extraction. Prevents Zip Slip and Zip Bombs.3,423MIT OR Apache-2.0
safe_uriSimple and safe URI types.8,243MIT OR Apache-2.0
safe_uri_extExtra URI functionality like parse and display for the safe_uri crate.3,908MIT OR Apache-2.0
safe_uri_extraExtra URI functionality like parse and display for the safe_uri crate.1,565MIT OR Apache-2.0
safe_vaultImplementation of the 'Vault' node for the SAFE Network.59,255GPL-3.0
safe_wrenA safe, pure-rust implementation of wren.io, drop-in replacement for wren.io's C implementation.1,971MIT
safeapiSimple Autonomi Network Client1,818GPL-3.0
safeapp-loggerSafeApp logging service1,158non-standard
safeapp-notifierSafe App Notifications Service1,419non-standard
safeapp_notificationsSafe App Notifications Service5,305non-standard
safeatomic-rsAtomic POSIX filesystem primitives: write_atomic, write_once, append+fsync, rename, fsync_dir. Rust sibling of the Python…123MIT OR Apache-2.0
safebitSafe and secure bit access into integer types310Apache-2.0
safeboxLower the risk of leaving secret around in memory1,817MIT
safebox-aiA Self-Adaptive Firewall & Evaluation Sandbox.20Apache-2.0
safeboySafe Rust wrapper for SameBoy10,347GPL-3.0-only
safebrowsingRust implementation of Google Safe Browsing Update API (v4)424MIT OR Apache-2.0
safebrowsing-apiClient for Google Safe Browsing API v41,017MIT OR Apache-2.0
safebrowsing-dbDatabase interface and implementations for Google Safe Browsing API834MIT OR Apache-2.0
safebrowsing-db-redbRedb-based persistent database backend for Safe Browsing API614MIT OR Apache-2.0
safebrowsing-hashHash generation and prefix matching for Google Safe Browsing API1,337MIT OR Apache-2.0
safebrowsing-protoProtocol buffer definitions for Google Safe Browsing API1,178MIT OR Apache-2.0
safebrowsing-urlURL processing and canonicalization for Google Safe Browsing API644MIT OR Apache-2.0
safecastTraits to define safe casting between types42,402Apache-2.0
safeclosetSecret Keeper40,616AGPL-3.0
safecoin-account-decoderSafecoin account decoder25,896Apache-2.0
safecoin-address-lookup-table-programSafecoin address lookup table program16,677Apache-2.0
safecoin-banks-clientSafecoin banks client15,901Apache-2.0
safecoin-banks-interfaceSafecoin banks RPC interface18,506Apache-2.0
safecoin-banks-serverSafecoin banks server17,671Apache-2.0
safecoin-bloomSafecoin bloom filter6,582Apache-2.0
safecoin-bpf-loader-programSafecoin BPF loader18,198Apache-2.0
safecoin-bucket-mapsafecoin-bucket-map14,961Apache-2.0
safecoin-budget-programSafecoin Budget program3,644Apache-2.0
safecoin-clap-utilsSafecoin utilities for the clap23,687Apache-2.0
safecoin-clap-v3-utilsSafecoin utilities for the clap v31,544Apache-2.0
safecoin-cli-configSafecoin: Enterprise Security for the Community by the Community21,774Apache-2.0
safecoin-cli-outputSafecoin: Enterprise Security for the Community by the Community13,907Apache-2.0
safecoin-clientSafecoin Client21,323Apache-2.0
safecoin-compute-budget-programSafecoin Compute Budget program17,058Apache-2.0
safecoin-config-programSafecoin Config program29,377Apache-2.0
safecoin-crate-featuresSafecoin Crate Features9,877Apache-2.0
safecoin-download-utilsSafecoin Download Utils2,958Apache-2.0
safecoin-ed25519-programSafecoin Ed25519 program2,446Apache-2.0
safecoin-exchange-programSafecoin Exchange program1,629Apache-2.0
safecoin-faucetSafecoin Faucet23,053Apache-2.0
safecoin-frozen-abiSafecoin Frozen ABI45,768Apache-2.0
safecoin-frozen-abi-macroSafecoin Frozen ABI Macro45,860Apache-2.0
safecoin-ledgerSafecoin ledger1,616Apache-2.0
safecoin-loggerSafecoin Logger44,754Apache-2.0
safecoin-measureSafecoin: Enterprise Security for the Community by the Community36,028Apache-2.0
safecoin-merkle-treeSafecoin Merkle Tree3,697Apache-2.0
safecoin-metricsSafecoin Metrics34,711Apache-2.0
safecoin-net-utilsSafecoin Network Utilities21,835Apache-2.0
safecoin-noop-programSafecoin Noop program4,125Apache-2.0
safecoin-notifierSafecoin Notifier1,625Apache-2.0
safecoin-ownableownable program1,620Apache-2.0
safecoin-perfSafecoin Performance APIs21,379Apache-2.0
safecoin-programSafecoin Program46,605Apache-2.0
safecoin-program-runtimeSafecoin program runtime23,269Apache-2.0
safecoin-program-testSafecoin Program Test Framework16,867Apache-2.0
safecoin-rayon-threadlimitsafecoin-rayon-threadlimit28,480Apache-2.0
safecoin-remote-walletSafecoin: Enterprise Security for the Community by the Community24,991Apache-2.0
safecoin-runtimeSafecoin runtime27,589Apache-2.0
safecoin-sdkSafecoin SDK43,156Apache-2.0
safecoin-sdk-macroSafecoin SDK Macro45,743Apache-2.0
safecoin-secp256k1-programSafecoin Secp256k1 program13,377Apache-2.0
safecoin-send-transaction-serviceSafecoin send transaction service11,845Apache-2.0
safecoin-stake-programSafecoin Stake program26,719Apache-2.0
safecoin-storage-bigtableSafecoin Storage BigTable3,502Apache-2.0
safecoin-storage-protoSafecoin Storage Protobuf Definitions4,296Apache-2.0
safecoin-streamerSafecoin Streamer13,625Apache-2.0
safecoin-sys-tunerThe safecoin cluster system tuner daemon1,591Apache-2.0
safecoin-transaction-statusSafecoin transaction status types26,380Apache-2.0
safecoin-versionSafecoin Version24,370Apache-2.0
safecoin-vest-programSafecoin Vest program1,623Apache-2.0
safecoin-vote-programSafecoin Vote program32,078Apache-2.0
safecrackerA placeholder for a future crate (ETA is August 2019)1,855MIT OR Apache-2.0
safecrateA CLI tool to safely open, build, and inspect untrusted source code in isolated Docker containers, protecting your system from…364MIT
safedrive端到端零知识加密的数据源管理 Web 客户端(单二进制,前端嵌入)29MIT
safeeftSafe and branchless error-free transformation algorithms for floating point numbers.6,668MIT
safefetchA safe minimal fetching library.25,359AGPL-3.0-only
safeflateDeflate/Inflate without `unsafe` blocks.1,8290BSD
safefmaA crate with a single trait providing a safe FMA fallback.168MIT OR Apache-2.0
safegraphA type-safe, scope-aware graph library that leverages Rust's type system to prevent common graph-related bugs at compile time78MIT
safegraph-macrosProcedural `graph!` builder macro for the safegraph graph library.90MIT
safeguardSecure file and credential management CLI with collections and tags1,784MIT
safeholdA secure cross-platform environment variable manager with CLI and optional GUI for encrypted storage of secrets and config.839MIT
safehouseA safe home automation framework.1,669MIT OR Apache-2.0
safehtmlA high-performance, no_std Rust library for Type-Driven Security (XSS and injection prevention).32MIT OR Apache-2.0
safehttpA slow (but simple, safe and strict) HTTP/1.1 parser2,588MIT OR Apache-2.0
safeinstallInspect remote installers before guarded execution18MIT
safeioDeterministic async runtime for safety-critical systems35MIT
safejar-cpiAutogenerated CPI client for Safejar.2,223MIT
safekeepA flexible backup library with trait-based file handling, compression, and encryption45MIT
safeline-rsRust SDK for SafeLine WAF API71MIT
safelistreserved1,304Apache-2.0
safelogConditionally suppress confidential information from logs782,388MIT OR Apache-2.0
safely_removeafter almost accidentally rm(ing) my C homework folder, I decided to create this to NOT do that in the future, goal is to do…1,177MIT
safelyxSafelyx Rust SDK1,357ISC
SafeManuallyDropA safe version of ManuallyDrop with various features and options to track undefined behavior when working with ManuallyDrop.7,355Apache-2.0
safemath_devMath operations with safety checks that throw on error1,969MIT
safememSafe wrappers for memory-accessing functions, like `std::ptr::copy()`.48,968,768MIT/Apache-2.0
safeminsortA minimal implementation of quicksort without using any unsafe code3,539MIT
safemlxUnofficial rust wrapper for Apple's mlx machine learning library.18,889MIT OR Apache-2.0
safemlx-internal-macrosInternal procedural macros for safemlx18,849MIT OR Apache-2.0
safemlx-lmRust MLX language model runtime19,000MIT OR Apache-2.0
safemlx-lm-utilsUtilities for MLX language model runtimes18,907MIT OR Apache-2.0
safemlx-macrosProcedural macros for safemlx18,847MIT OR Apache-2.0
safemlx-sysLow-level interface and binding generation for the mlx library18,903MIT
safenameFilename and path validation for security hardening172Apache-2.0
safenpxReserved crate name for safe-npx, a Rust execution gate that adds package evidence before npx/npm exec runs remote code16MIT
safenvA thread-safe wrapper around the standard library's `env` module1,354MIT OR Apache-2.0
safepassA CLI password manager10,756AGPL-3.0-or-later
safepkt-backendA backend to run static analysis tools against rust-based programs.12,564MIT OR Apache-2.0
safeRA simple and secure file encryption tool6,376MIT
safer-bytessafe, non-panicking wrappers around the 'bytes' crate492,281MIT
safer-ffiWrite safer FFI code in Rust without polluting it with unsafe code3,504,784MIT
safer-ffi-genFFI wrapper generator based on safer-ffi229,579MIT
safer-ffi-gen-macroProc macro implementation for safer-ffi-gen230,214MIT
safer-ringA safe Rust wrapper around io_uring with zero-cost abstractions and compile-time memory safety guarantees375MIT OR Apache-2.0
safer_cffiReserved for future use.33MIT OR Apache-2.0
safer_ffi-proc_macroProcedural macro internals of `::safer_ffi`253,245MIT
safer_ffi-proc_macrosProcedural macro internals of `::safer_ffi`3,251,979MIT
safer_owning_refA library for creating references that carry their owner with them.293,840MIT
saferetSecure types for handling sensitive data in Rust with automatic memory cleanup and protection against accidental exposure956MIT
saferlmdbAn almost-safe, near-zero-cost, feature-complete, unabashedly non-abstract
wrapper around LMDB.6,784MIT OR Apache-2.0
safermsaferm is a simple wrapper around rm that prevents you from accidentally deleting files.6,346MIT
safersA client / shell for syspass API implemented in Rust3,125GPL-3.0-or-later
saferskillsEvery AI capability, independently scanned — install Skills & MCP servers with a verified SaferSkills trust score.62Apache-2.0
saferx-parserParse drug specifications.547MIT
safeshellSafeShell: A security tool for shell history management, designed to detect, stash, and clear sensitive commands, ensuring safer…3,466MIT
safetensorsProvides functions to read and write safetensors which aim to be safer than
their PyTorch counterpart.
The format is 8 bytes…19,136,447Apache-2.0
safetensors-browserBrowser for Safetensors checkpoints833MIT OR Apache-2.0
safetensors-cliCommand line tool to inspect files in safetensors format1,747Apache-2.0
safetensors_explorerCLI utility to inspect and explore .safetensors and .gguf files3,471MIT
safetructdroper2,128MIT
safetySafety checks for Rust crates2,313EPL-1.0
safety-guard#[safety] attribute to generate a corresponding doc entry and a debug assertion if a constraint is specified.34,157MIT OR Apache-2.0
safety-libA lib for using safety tags defined in tag-std3,974MPL-2.0
safety-lspA lib for using safety tags defined in tag-std280MPL-2.0
safety-macroA macro for using safety tags defined in tag-std5,285MPL-2.0
safety-netA reference-counted netlist library for EDA tools8,208MIT OR Apache-2.0
safety-parserA lib for parsing safety tags defined in tag-std12,428MPL-2.0
safety-passCompiler pass infrastructure for safety-net591MIT OR Apache-2.0
safety-postgresWrapper of tokio-postgres for executing SQL more safer out of user jurisdiction.1,527MIT OR Apache-2.0
safety-rulesAptos safety rules15,231Apache-2.0
safety-toolA tool for analyzing safety tags defined in tag-std3,617MPL-2.0
safety_breakerA library to beautify dirty code when writing unsafe code.3,231non-standard
safetywechatA Wechat Public Platfrom SDK for Rust. [Inprocessing]1,711non-standard
safeupCLI for installing components for accessing the Safe Network21,682GPL-3.0
safevalueA value based approach to uphold SAFETY requirements for unsafe Rust code.548MIT OR Apache-2.0
safewordGracefully ends a Tokio-based application upon receiving a signal2,711MIT
safexSafe x11 binding for rust9,532MIT
safex11Safe, high-level x11 bindings7,785non-standard
safflowerA localising tool with macros to statically allocate formattable text.109MIT
safflower-coreA localising tool with macros to statically allocate formattable text.335MIT
safflower-macroA localising tool with macros to statically allocate formattable text.235MIT