معرفی شرکت ها
main i386
تبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشتر
بسته
توضیح خلاصه
-
Querying the version of a installed rustc compiler - Rust source code
-
Hack for the compiler's own build system - Rust source code
-
Manipulate rustdoc comments - Rust source code
-
Strip rustdoc comments from source code
-
Demangle Rust symbol names using rustc-demangle
-
Automatically apply the suggestions made by rustc - Rust source code
-
Helper macros for Rusticata - Rust source code
-
Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls - Rust source code
-
Basic .pem file parser for keys and certificates - Rust source code
-
Conditional compilation according to rustc compiler version - Rust source code
-
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - feature "wait-timeout" and 2 more
-
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - Rust source code
-
generate tags for source code navigation for a cargo project
-
Readline implementation based on Linenoise - Rust source code
-
Fast floating point to string conversion - feature "no-panic"
-
Fast floating point to string conversion - Rust source code
-
Safeguarded transmute() for Rust - Rust source code
-
Safe wrappers for memory-accessing functions, like `std::ptr::copy()` - Rust source code
-
Simple crate for determining whether two file paths point to the same file - Rust source code
-
Simple filename sanitizer, based on Node's sanitize-filename - Rust source code
-
Derive type info for SCALE encodable types - Rust source code
-
Simple scanf()-like input for Rust - Rust source code
-
Schannel bindings for rust, allowing SSL/TLS (e.g - Rust source code
-
Scheduled thread pool - Rust source code
-
Scoped and cached threadpools - Rust source code
-
Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS - Rust source code
-
Resource-acquisition-is-initialization scope guard - Rust source code
-
RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic) - Rust source code
-
Compile-time temporary directory shared by multiple crates and erased by `cargo clean` - Rust source code
-
Rust library to open a user's text editor - Rust source code
-
Suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers - feature "derive" and 1 more
-
Suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers - Rust source code
-
Macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate - Rust source code
-
Certificate transparency SCT verification library - Rust source code
-
intuitive find and replace CLI
-
Lightweight crate for systemd service state notifications - Rust source code
-
Blazingly fast, portable hash function with proven statistical guarantees - Rust source code
-
Low-level bindings to libseccomp - Rust source code
-
Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped - Rust source code
-
Interface with Secret Service API - Rust source code
-
Section-style testing - Rust source code
-
Apple `Security.framework` low-level FFI bindings - Rust source code
-
CSS Selectors matching for Rust - Rust source code
-
Flexible Mandatory Access Control for Linux - Rust source code
-
Flexible Mandatory Access Control (MAC) for Linux - Rust source code
-
Parser and evaluator for Cargo's flavor of Semantic Versioning - feature "serde"
-
Parser and evaluator for Cargo's flavor of Semantic Versioning - Rust source code
-
Semantic version parsing and comparison - feature "ci" and 1 more
-
Semantic version parsing and comparison - Rust source code
-
Parsing of the semver spec - Rust source code
-
Parsing of the semver spec - Rust source code
-
This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread - feature "futures-core" and 1 more
-
This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread - Rust source code
-
Formats numbers with thousands separators - Rust source code
-
Autocrypt support - Rust source code
-
Interprocess communication infrastructure for Sequoia - Rust source code
-
Linter for keyrings
-
Network services for OpenPGP - Rust source code
-
OpenPGP data types and associated machinery - feature "bzip2"
-
OpenPGP data types and associated machinery - feature "compression-bzip2"
-
OpenPGP data types and associated machinery - feature "compression-deflate"
-
OpenPGP data types and associated machinery - feature "compression"
-
OpenPGP data types and associated machinery - feature "default"
-
OpenPGP data types and associated machinery - feature "flate2"
-
OpenPGP data types and associated machinery - feature "nettle" and 1 more
-
OpenPGP data types and associated machinery - Rust source code
-
Multi-threaded parsing of OpenPGP data - Rust source code
-
Stateless OpenPGP Command Line Interface using Sequoia - Rust source code
-
Stateless OpenPGP Command Line Interface using Sequoia
-
OpenPGP command-line tool from Sequoia
-
Simple OpenPGP signature verification program
-
Explore the OpenPGP Web of Trust using Sequoia - Rust source code
-
Explore the OpenPGP Web of Trust using Sequoia
-
Generic serialization/deserialization framework - feature "serde_derive" and 1 more
-
Generic serialization/deserialization framework - Rust source code
-
Big array helper for serde - Rust source code
-
Optimized serde handling of u8 Vec and array - feature "alloc"
-
Optimized serde handling of u8 Vec and array - feature "std" and 1 more
-
Optimized serde handling of u8 Vec and array - Rust source code
-
CBOR support for serde - Rust source code
-
Macros 1.1 #[derive(Serialize, Deserialize)] - Rust source code
-
Find out about keys that are ignored when deserializing data - Rust source code
-
JSON serialization file format - Rust source code
-
Path to the element that failed to deserialize - Rust source code
-
Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum - Rust source code
-
Serde adapter that avoids stack overflow by dynamically growing the stack - Rust source code
-
Token De/Serializer for testing De/Serialize implementations - Rust source code
-
`x-www-form-urlencoded` meets Serde - Rust source code
-
Serialization value trees - Rust source code
-
Xml-rs based deserializer for Serde (compatible with 0.9+) - Rust source code
-
YAML support for Serde - Rust source code
-
Accessing serial ports - Rust source code
-
Rust abstractions for serial ports - Rust source code
-
Allows for the creation of serialised Rust tests - Rust source code
-
Helper crate for serial_test - Rust source code
-
Serial port implementation for Unix - Rust source code
-
std::sync::Arc with some extra functionality - feature "serde"
-
std::sync::Arc with some extra functionality - feature "servo"
-
std::sync::Arc with some extra functionality - Rust source code
-
Rust bindings for fontconfig - Rust source code