معرفی شرکت ها
main mips64el
تبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشتر
بسته
توضیح خلاصه
-
Core APIs for Rayon - Rust source code
-
'DOM-like' tree implemented using reference counting - Rust source code
-
Random number generator using rdand and rdseed instructions - Rust source code
-
Access raw Redox system calls - Rust source code
-
Access Redox termios functions - Rust source code
-
Fold an iterator without an initial value - Rust source code
-
Regular expressions for Rust - Rust source code
-
Regular expression parser - Rust source code
-
Safe, reliable implementation of remove_dir_all for Windows - Rust source code
-
`struct RGB` (etc.) for sharing pixels between crates - feature "serde"
-
`struct RGB` (etc.) for sharing pixels between crates - Rust source code
-
Recursively searches directories for a regex pattern
-
Represent an XML as a read-only tree - Rust source code
-
Rust compiler symbol demangling - Rust source code
-
Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler - Rust source code
-
Explicitly empty crate for rust-lang/rust integration - Rust source code
-
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
-
Automatically apply the suggestions made by rustc - Rust source code
-
Helper macros for Rusticata - Rust source code
-
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - feature "timeout"
-
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - feature "wait-timeout"
-
Cross-platform library for running Rust tests in sub-processes using a fork-like interface - Rust source code
-
Readline implementation based on Antirez's Linenoise - Rust source code
-
Fast floating point to string conversion - feature "no-panic"
-
Fast floating point to string conversion - 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
-
Schannel bindings for rust, allowing SSL/TLS (e.g - 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
-
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
-
Suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers - feature "derive"
-
Suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers - feature "scroll_derive"
-
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
-
Low-level bindings to libseccomp - Rust source code
-
Semantic version parsing and comparison - feature "ci"
-
Semantic version parsing and comparison - feature "serde"
-
Semantic version parsing and comparison - Rust source code
-
Parsing of the semver spec - Rust source code
-
Parsing of the semver spec - Rust source code
-
Formats numbers with thousands separators - Rust source code
-
Generic serialization/deserialization framework - feature "derive"
-
Generic serialization/deserialization framework - feature "serde_derive"
-
Generic serialization/deserialization framework - Rust source code
-
Macros 1.1 implementation of #[derive(Serialize, Deserialize)] - Rust source code
-
Find out about keys that are ignored when deserializing data - Rust source code
-
JSON serialization file format - feature "indexmap"
-
JSON serialization file format - feature "preserve_order"
-
JSON serialization file format - Rust source code
-
Token De/Serializer for testing De/Serialize implementations - Rust source code
-
`x-www-form-urlencoded` meets Serde - 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
-
Minimal implementation of SHA1 for Rust - feature "serde"
-
Minimal implementation of SHA1 for Rust - Rust source code
-
SHA-2 hash functions - feature "asm"
-
SHA-2 hash functions - feature "sha2-asm"
-
SHA-2 hash functions - feature "std"
-
SHA-2 hash functions - Rust source code
-
Assembly implementation of SHA-2 compression functions - Rust source code
-
Using child processes from multiple threads - Rust source code
-
Escape characters that may have a special meaning in a shell - Rust source code
-
Word parsing rules of the UNIX Bourne shell - Rust source code
-
Split a string into shell words, like Python's shlex - Rust source code
-
Cross-platform access to SIMD instructions - feature "serde_derive"
-
Cross-platform access to SIMD instructions - feature "serde"
-
Cross-platform access to SIMD instructions - feature "with-serde"
-
Cross-platform access to SIMD instructions - Rust source code
-
Very simple CSS 2.1 tokenizer - Rust source code
-
SipHash functions from rust-core < 1.13 - Rust source code
-
Pre-allocated storage for a uniform data type - Rust source code
-
Rust FFI bindings to the SLEEF Vectorized Math Library - Rust source code
-
Structured, extensible, composable logging for Rust - feature "erased-serde"
-
Structured, extensible, composable logging for Rust - feature "nested-values"
-
Structured, extensible, composable logging for Rust - Rust source code
-
Store up to a small number of items on the stack - feature "serde"
-
Store up to a small number of items on the stack - Rust source code
-
Utilities for handling networking sockets with a maximal amount of configuration possible intended - Rust source code
-
Synchronization primitives based on spinning - feature "unstable"
-
Synchronization primitives based on spinning - Rust source code
-
Unsafe marker trait for types that deref to a stable address - Rust source code
-
Standard library for the client-side Web - feature "default"
-
Standard library for the client-side Web - feature "serde"
-
Standard library for the client-side Web - feature "serde_json"
-
Standard library for the client-side Web - Rust source code
-
Derive macros for the `stdweb` crate - Rust source code
-
Internal procedural macros for the `stdweb` crate - Rust source code
-
Internal runtime for the `stdweb` crate - Rust source code
-
UTF-8 encoded string with configurable byte storage - Rust source code
-
Rust string interning library - Rust source code
-
Codegen library for string-cache - Rust source code
-
Code share between string_cache and string_cache_codegen - Rust source code
-
The stringprep algorithm - Rust source code
-
Implementations of string similarity metrics - Rust source code
-
Parse command line argument by defining a struct - feature "color"