Packages — R (Page 23 of 32)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

rust-derive-builder-core 0.9.0

Internal helper library for `rust-derive-builder'. …

rust-derive-builder-core 0.2.0

Internal helper library for `rust-derive-builder'. …

rust-derive-more 0.99.9

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-diff 0.1.12

An LCS based slice and string diffing implementation. …

rust-difference 2.0.0

This package provides a Rust text diffing and assertion library. …

rust-difference 1.0.0

This package provides a Rust text diffing and assertion library. …

rust-digest 0.8.1

Traits for cryptographic hash functions. …

rust-digest 0.9.0

Traits for cryptographic hash functions. …

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-dirs 1.0.5

This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by…

rust-dirs 2.0.2

This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by…

rust-dirs-sys 0.3.5

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.1.4

This package provides a Rust wrapper for Apple's Grand Central Dispatch. …

rust-dissimilar 1.0.1

This package provides a diff library with semantic cleanup, based on Google's diff-match-patch. …

rust-dlib 0.4.1

This package provides helper macros for handling manually loading optional system libraries. …

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 1.1.0

Command line argument parsing. …

rust-docopt 0.7.0

Command line argument parsing. …

rust-docopt 0.6.86

Command line argument parsing. …

rust-docopt 0.8.3

Command line argument parsing. …

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-downcast-rs 1.1.1

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-dtoa 0.4.4

This crate provides fast functions for printing floating-point primitives to an `io::Write'. …

rust-dtoa 0.2.2

This crate provides fast functions for printing floating-point primitives to an `io::Write'. …

rust-dtoa-short 0.3.2

Serialize float number and truncate to certain precision in Rust. …

rust-duct 0.13.0

A library for running child processes. …

rust-dwrote 0.9.0

This package provides lightweight binding to DirectWrite. …

rust-edit-distance 2.1.0

Levenshtein edit distance between strings, a measure for similarity. …

rust-either 1.5.3

The enum `Either' with variants `Left' and `Right' is a general purpose sum type with two cases. …

rust-embed-resource 1.3.1

This package provides a Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable. …

rust-ena 0.13.1

This package provides an implementation of union-find / congruence-closure in Rust. It was extracted from rustc for independent experimentation. …

rust-encode-unicode 0.3.6

UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. …

rust-encoding 0.2.33

Character encoding support for Rust. …

rust-encoding-index-japanese 1.20141219.5

Index tables for Japanese character encodings. …

rust-encoding-index-korean 1.20141219.5

Index tables for Korean character encodings. …

rust-encoding-index-simpchinese 1.20141219.5

Index tables for simplified Chinese character encodings. …

rust-encoding-index-singlebyte 1.20141219.5

Index tables for various single-byte character encodings. …

rust-encoding-index-tests 0.1.4

Helper macros used to test index tables for character encodings. …

rust-encoding-index-tradchinese 1.20141219.5

Index tables for traditional Chinese character encodings. …

rust-encoding-rs 0.8.17

This package provides a Gecko-oriented implementation of the Encoding Standard. …

rust-encoding-rs-io 0.1.7

Streaming transcoding for encoding_rs. …

rust-env-logger 0.3.5

This package provides a logging implementation for `log' which is configured via an environment variable. …

rust-env-logger 0.4.3

This package provides a logging implementation for `log' which is configured via an environment variable. …

rust-env-logger 0.6.2

This package provides a logging implementation for `log' which is configured via an environment variable. …

rust-env-logger 0.7.1

This package provides a logging implementation for `log' which is configured via an environment variable. …

rust-env-logger 0.5.13

This package provides a logging implementation for `log' which is configured via an environment variable. …

rust-environment 0.1.1

This package provides helper to deal with environment variables. …

rust-envmnt 0.6.0

Environment variables utility functions. …

rust-erased-serde 0.3.11

Type-erased Serialize and Serializer traits. …

rust-err-derive 0.2.3

Derive macro for `std::error::Error'. …

rust-errno 0.2.4

Cross-platform interface to the `errno' variable. …

rust-errno-dragonfly 0.1.1

Exposes errno functionality to stable Rust on DragonFlyBSD. …

rust-error-chain 0.11.0

Yet another error boilerplate library. …

rust-error-chain 0.12.2

Yet another error boilerplate library. …

rust-error-chain 0.10.0

Yet another error boilerplate library. …

rust-escargot 0.5.0

Cargo API written in Paris. …

rust-euclid 0.20.10

Geometry primitives written in Rust. …

rust-expat-sys 2.1.6

XML parser library written in C …

rust-expectest 0.9.2

This crate provides matchers and matcher functions for unit testing. …

rust-failure 0.1.7

Experimental error handling abstraction. …

rust-failure-derive 0.1.7

Derives for the failure crate. …

rust-fake-simd 0.1.2

Crate for mimicking simd crate on stable Rust. …

rust-fallible-iterator 0.2.0

If the `std' or `alloc' features are enabled, this crate provides implementations for `Box', `Vec', `BTreeMap', and `BTreeSet'. If the `std' feature is enabled, this crate additionally provides implementations for `HashMap' and…

rust-fallible-streaming-iterator 0.1.9

Fallible streaming iteration …

rust-fern 0.6.0

This package provides a simple, efficient logging system for Rust. …

rust-fern 0.5.9

This package provides a simple, efficient logging system for Rust. …

rust-filetime 0.2.8

This library contains a helper library for inspecting and setting the various timestamps of files in Rust. This library takes into account cross-platform differences in terms of where the timestamps are…

rust-findshlibs 0.5.0

Find the set of shared libraries loaded in the current process with a cross platform API. …

rust-fixedbitset 0.1.9

FixedBitSet is a simple bitset collection. …

rust-fixedbitset 0.2.0

FixedBitSet is a simple bitset collection. …

rust-flame 0.2.2

A profiling and flamegraph library. …

rust-flamer 0.3.0

A procedural macro to insert `flame::start_guard(_)' calls. …

rust-flate2 1.0.14

Bindings to miniz.c for DEFLATE compression and decompression exposed as Reader/Writer streams. Contains bindings for zlib, deflate, and gzip-based streams. …

rust-float-cmp 0.6.0

Floating point approximate comparison traits in Rust. …

rust-float-cmp 0.3.0

Floating point approximate comparison traits in Rust. …

rust-float-cmp 0.5.3

Floating point approximate comparison traits in Rust. …

rust-float-ord 0.2.0

This package provides a total ordering for floating-point numbers. …

rust-fnv 1.0.6

The `fnv' hash function is a custom `Hasher' implementation that is more efficient for smaller hash keys. …

rust-font-kit 0.4.0

This package provides a cross-platform font loading library. …

rust-foreign-types 0.5.0

This package provides a framework for Rust wrappers over C APIs. …

rust-foreign-types 0.3.2

This package provides a framework for Rust wrappers over C APIs. …

rust-foreign-types-macros 0.1.1

This package is an internal crate used by foreign-types. …

rust-foreign-types-macros 0.2.0

This package is an internal crate used by foreign-types. …

rust-foreign-types-shared 0.2.0

An internal crate used by foreign-types. …

rust-foreign-types-shared 0.3.0

An internal crate used by foreign-types. …

rust-foreign-types-shared 0.1.1

An internal crate used by foreign-types. …

rust-fragile 0.3.0

This package provides wrapper types for sending non-send values to other threads. …

rust-freetype 0.4.1

Bindings for Freetype used by Servo. …

rust-freetype-rs 0.23.0

This package provides bindings for FreeType font library. …

rust-freetype-sys 0.9.0

This package provides low level binding for FreeType font library. …

rust-fs-extra 1.1.0

Expanding opportunities standard library `std::fs' and `std::io'. Recursively copy folders with recept information about process and much more. …

rust-fs2 0.2.5

This package provides cross-platform file locks and file duplication. …

rust-fs2 0.4.3

This package provides cross-platform file locks and file duplication. …

rust-fsevent 0.4.0

This package provides Rust bindings to the `fsevent-sys' macOS API for file changes notifications …

rust-fsevent-sys 2.0.1

This package provides Rust bindings to the `fsevent' macOS API for file changes notifications …

rust-fst 0.4.0

Use finite state transducers to compactly represent sets or maps of many strings (> 1 billion is possible). …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z