Packages — R (Page 34 of 58)
Packages menu:
Browse alphabetically
rust-dcv-color-primitives 0.1.16
This package is a Rust library to perform image color model conversion. …
rust-deadpool 0.7.0
Deadpool is a dead simple async pool for connections and objects of any type. …
rust-debug-helper 0.3.12
This crate provides declarative macros to help you implement the Debug trait manually. …
rust-decimal 2.0.4
Decimal floating point arithmetic for Rust. …
rust-defer-drop 1.0.1
This package provides a defer dropping large types to a background thread. …
rust-deflate 0.9.1
This package provides a DEFLATE, zlib and gzip encoder written in rust. …
rust-deflate 0.8.6
This package provides a DEFLATE, zlib and gzip encoder written in rust. …
rust-deflate 0.7.20
This package provides a DEFLATE, zlib and gzip encoder written in rust. …
rust-defmac 0.1.3
A macro to define lambda-like macros inline. …
rust-defmac 0.2.1
A macro to define lambda-like macros inline. …
rust-defmt 0.3.0
This package provides an efficient logging framework that targets resource-constrained devices, like micro-controllers. …
rust-defmt-macros 0.3.1
This package provides macros for rust-defmt crate …
rust-defmt-parser 0.3.0
This package is a parsing library for defmt format strings. …
rust-delta-e 0.2.1
DeltaE is a pure-Rust implementation of the CIEDE2000 (http://en.wikipedia.org/wiki/Color_difference#CIEDE2000) algorithm which serves to quantify the difference between two colors. …
rust-demo-hack 0.0.5
Demo of proc-macro-hack. …
rust-demo-hack-impl 0.0.5
Demo of proc-macro-hack. …
rust-der 0.4.5
This package provides a pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets …
rust-der-derive 0.4.1
This package provides a custom derive support for the `der` crate's `Choice` and `Sequence` traits. …
rust-der-oid-macro 0.5.0
This crate provides a macro to encode DER oids at compile time. …
rust-der-parser 6.0.0
This crate provides a parser for Basic Encoding Rules (BER [X.690]) and Distinguished Encoding Rules(DER [X.690]), implemented with the `nom' parser combinator framework. …
rust-derivative 2.1.1
This package provides a set of alternative `derive' attributes for Rust. …
rust-derive-arbitrary 0.4.7
This crate implements support for automatically deriving the `Arbitrary' trait. Don't depend on this crate directly, though. Instead, enable the `derive' feature of the `arbitrary' crate. …
rust-derive-arbitrary 1.0.1
This crate implements support for automatically deriving the `Arbitrary' trait. Don't depend on this crate directly, though. Instead, enable the `derive' feature of the `arbitrary' crate. …
rust-derive-builder 0.5.1
Rust macro to automatically implement the builder pattern for arbitrary structs. …
rust-derive-builder 0.10.2
Rust macro to automatically implement the builder pattern for arbitrary structs. …
rust-derive-builder 0.7.2
Rust macro to automatically implement the builder pattern for arbitrary structs. …
rust-derive-builder 0.9.0
Rust macro to automatically implement the builder pattern for arbitrary structs. …
rust-derive-builder-core 0.5.0
Internal helper library for `rust-derive-builder'. …
rust-derive-builder-core 0.2.0
Internal helper library for `rust-derive-builder'. …
rust-derive-builder-core 0.9.0
Internal helper library for `rust-derive-builder'. …
rust-derive-builder-core 0.10.2
Internal helper library for `rust-derive-builder'. …
rust-derive-builder-macro 0.10.2
This crate provides a Rust macro to automatically implement the builder pattern for arbitrary structs. …
rust-derive-error-chain 0.10.1
This package provides a Macros 1.1 implementation of error-chain. …
rust-derive-is-enum-variant 0.1.1
This package automatically derives `is_dog' and `is_cat' methods for `enum Pet { Dog, Cat }'. …
rust-derive-more 0.15.0
Rust has lots of builtin traits that are implemented for its basic types, such as `Add', `Not', `From' or `Display'. However, when wrapping these types inside your own structs or enums…
rust-derive-more 0.99.17
Rust has lots of builtin traits that are implemented for its basic types, such as `Add', `Not', `From' or `Display'. However, when wrapping these types inside your own structs or enums…
rust-derive-more-1 0.14.1
Rust has lots of builtin traits that are implemented for its basic types, such as `Add', `Not', `From' or `Display'. However, when wrapping these types inside your own structs or enums…
rust-derive-new 0.5.8
`#[derive(new)]` implements simple constructor functions for structs and enums. …
rust-des 0.7.0
This package provides DES and Triple DES (3DES, TDES) block ciphers implementations. …
rust-des 0.6.0
This package provides DES and Triple DES (3DES, TDES) block ciphers implementations. …
rust-deunicode 0.4.3
This package converts Unicode strings to pure ASCII by intelligently transliterating them. It supports Emoji and Chinese. …
rust-devise 0.2.0
This package provides a library for devising derives and other procedural macros. …
rust-devise-codegen 0.2.0
This package provides a library for devising derives and other procedural macros …
rust-devise-core 0.2.0
This package provides a library for devising derives and other procedural macros. …
rust-dhcp4r 0.2.2
This package provides a library for IPv4 DHCP including a working server example. …
rust-dialoguer 0.6.2
This package provides a library for command line prompts and the like. …
rust-dialoguer 0.3.0
This package provides a library for command line prompts and the like. …
rust-diesel 1.4.6
This package provides a safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL. …
rust-diesel-derives 1.4.1
You should not use this crate directly, it is internal to Diesel. …
rust-diesel-migrations 1.4.0
This package provides migration management for Diesel. …
rust-diff 0.1.12
An LCS based slice and string diffing implementation. …
rust-difference 1.0.0
This package provides a Rust text diffing and assertion library. …
rust-difference 2.0.0
This package provides a Rust text diffing and assertion library. …
rust-difflib 0.4.0
This crate provides all necessary tools for comparing word sequences. …
rust-diffr-lib 0.1.3
An implementation of Myers diff algorithm. …
rust-diffs 0.3.0
This package provides a number of diff algorithms, also called longest common subsequence. The diff algorithms include Myer's diff and Patience diff. …
rust-diffus 0.10.0
This package finds the difference between two instances of any data structure. It supports: collections, Strings, Maps etc. Uses LC where applicable. Also supports derive via `diffus-derive`. …
rust-diffus-derive 0.10.0
This package finds the difference between two instances of any data structure. Supports derive on structs and enums. …
rust-digest 0.9.0
Traits for cryptographic hash functions. …
rust-digest 0.10.1
Traits for cryptographic hash functions. …
rust-digest 0.8.1
Traits for cryptographic hash functions. …
rust-digest 0.6.2
This package provides traits for cryptographic hash functions. …
rust-digest 0.7.6
Traits for cryptographic hash functions. …
rust-directories 4.0.1
This package provides a tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the…
rust-directories 2.0.2
This package provides a tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the…
rust-directories 3.0.1
This package provides a tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the…
rust-directories-next 1.0.3
This package provides a tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data. …
rust-directories-next 2.0.0
This package provides a tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data. …
rust-dirs 3.0.1
This package is a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data. …
rust-dirs 1.0.5
This package is a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data. …
rust-dirs 2.0.2
This package is a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data. …
rust-dirs-next 2.0.0
This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data. …
rust-dirs-next 1.0.2
This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data. …
rust-dirs-sys 0.3.6
This package provides system-level helper functions for the `dirs' and `directories' crates. …
rust-dirs-sys-next 0.1.1
This package provides system-level helper functions for the `dirs' and `directories' crates. …
rust-discard 1.0.4
There are situations where you need to intentionally leak some memory but not other memory. This package provides a discard trait which allows for intentionally leaking memory …
rust-dispatch 0.2.0
This package provides a Rust wrapper for Apple's Grand Central Dispatch. …
rust-dispatch 0.1.4
This package provides a Rust wrapper for Apple's Grand Central Dispatch. …
rust-dissimilar 1.0.2
This package provides a diff library with semantic cleanup, based on Google's diff-match-patch. …
rust-dlib 0.4.2
This package provides helper macros for handling manually loading optional system libraries. …
rust-dlv-list 0.2.3
This crate provides semi-doubly linked lists implemented using a vector. …
rust-dns-parser 0.8.0
This package provide a DNS protocol parser library. It does not support network, only raw protocol parser. …
rust-doc-comment 0.3.1
This package provides a way to generate doc comments from macros. …
rust-docmatic 0.1.2
Test Rust examples in your documentation. …
rust-docopt 0.7.0
Command line argument parsing. …
rust-docopt 1.1.0
Command line argument parsing. …
rust-docopt 0.6.86
Command line argument parsing. …
rust-docopt 0.8.3
Command line argument parsing. …
rust-document-features 0.2.1
Extract documentation for the feature flags from comments in `Cargo.toml'. …
rust-dogged 0.2.0
This package experimental persistent collections in Rust. Based on a digit-indexed trie, as in Clojure. Supports `push()', `get()', and `get_mut()' as its primitive operations for now. All O(1)-in-practice, if…
rust-dot 0.1.4
This package provides a library for generating Graphviz DOT language files for graphs. …
rust-dotenv 0.13.0
This package provides a `dotenv' implementation for Rust. …
rust-dotenv 0.15.0
This package provides a `dotenv' implementation for Rust. …
rust-dotenv 0.10.1
This package provides a `dotenv' implementation for Rust. …
rust-downcast 0.10.0
This crate provides a trait for downcasting trait objects back to their original types. …
rust-downcast-rs 1.2.0
Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. …
rust-draw-state 0.8.0
Graphics state blocks for gfx-rs. …
rust-drop-bomb 0.1.5
This package provides a runtime guard for implementing linear types. …
rust-dtoa 0.2.2
This crate provides fast functions for printing floating-point primitives to an `io::Write'. …
rust-dtoa 0.4.4
This crate provides fast functions for printing floating-point primitives to an `io::Write'. …