Packages — R (Page 27 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-odds 0.2.26

Odds and ends collection miscellania. Extra functionality for slices (`.find()', `RevSlice'), strings and other things. Things in odds may move to more appropriate crates if we find them. …

rust-once-cell 0.1.8

Single assignment cells and lazy values. …

rust-once-cell 1.2.0

Single assignment cells and lazy values. …

rust-onig 5.0.0

Rust-Onig is a set of Rust bindings for the Oniguruma regular expression library. Oniguruma is a modern regex library with support for multiple character encodings and regex syntaxes. …

rust-onig-sys 69.2.0

The `onig_sys' crate contains raw rust bindings to the oniguruma library. This crate exposes a set of unsafe functions which can then be used by other crates to create safe wrappers…

rust-oorandom 11.1.0

This package provides a tiny, robust PRNG implementation. …

rust-opaque-debug 0.3.0

This package provides a macro for opaque debug trait implementation. …

rust-opaque-debug 0.2.2

This package provides a macro for opaque debug trait implementation. …

rust-openssl 0.7.14

OpenSSL bindings. …

rust-openssl 0.10.26

OpenSSL bindings. …

rust-openssl-probe 0.1.2

This package provides a tool to find SSL certificate locations on the system for OpenSSL. …

rust-openssl-sys 0.7.17

This package provides FFI bindings to OpenSSL for use in rust crates. …

rust-openssl-sys 0.9.53

This package provides FFI bindings to OpenSSL for use in rust crates. …

rust-openssl-sys-extras 0.7.14

Extra FFI bindings to OpenSSL that require a C shim. …

rust-ord-subset 3.1.1

This package provides tools for working with the Ord subset of certain PartialOrd types, like floats. …

rust-ordered-float 1.0.2

This package provides wrappers for total ordering on floats in Rust. …

rust-ordermap 0.3.5

This package provides a hash table with consistent order and fast iteration. NOTE: This crate was renamed to `indexmap'. Please use it under its new name. …

rust-os-pipe 0.8.2

A cross-platform library for opening OS pipes. …

rust-osmesa-sys 0.1.2

This package provides OSMesa library bindings for Rust. …

rust-output-vt100 0.1.2

Utility to activate escape codes in Windows' CMD and PowerShell. …

rust-owning-ref 0.4.0

This package provides a library for creating references that carry their owner with them. This can sometimes be useful because Rust borrowing rules normally prevent moving a type that has been…

rust-packed-simd 0.3.3

Portable Packed SIMD vectors. …

rust-pad 0.1.6

This package provides a library for padding strings at runtime. …

rust-palette 0.5.0

This package makes linear color calculations and conversion accessible. …

rust-palette-derive 0.5.0

Automatically implement traits from the palette crate. …

rust-pango 0.8.0

Rust bindings for the Pango library. …

rust-pango 0.7.0

Rust bindings for the Pango library. …

rust-pango-sys 0.9.1

This package provides FFI bindings to `libpango-1.0'. …

rust-pangocairo 0.9.0

Rust bindings for the PangoCairo library. …

rust-pangocairo 0.8.0

Rust bindings for the PangoCairo library. …

rust-pangocairo-sys 0.10.1

This package provides FFI bindings to libgtk-3. …

rust-parity-tokio-ipc 0.4.0

Interprocess communication library for tokio. …

rust-parity-wasm 0.41.0

WebAssembly low-level format library …

rust-parity-wasm 0.40.3

This package provides a WebAssembly binary format serialization, deserialization, and interpreter in Rust. …

rust-parking-lot 0.8.0

More compact and efficient implementations of the standard synchronization primitives. …

rust-parking-lot 0.7.1

More compact and efficient implementations of the standard synchronization primitives. …

rust-parking-lot 0.9.0

More compact and efficient implementations of the standard synchronization primitives. …

rust-parking-lot 0.10.2

More compact and efficient implementations of the standard synchronization primitives. …

rust-parking-lot-core 0.5.0

An advanced API for creating custom synchronization primitives in Rust. …

rust-parking-lot-core 0.6.2

An advanced API for creating custom synchronization primitives in Rust. …

rust-parking-lot-core 0.4.0

An advanced API for creating custom synchronization primitives in Rust. …

rust-parking-lot-core 0.7.2

An advanced API for creating custom synchronization primitives in Rust. …

rust-partial-io 0.2.5

Helpers to test partial, interrupted and would-block I/O operations. …

rust-paste 0.1.10

Macros for all your token pasting needs. …

rust-paste-impl 0.1.10

Implementation detail of the paste crate. …

rust-pbkdf2 0.4.0

This package contains a collection of password hashing algorithms, otherwise known as password-based key derivation functions, written in pure Rust. …

rust-pbkdf2 0.3.0

This package contains a collection of password hashing algorithms, otherwise known as password-based key derivation functions, written in pure Rust. …

rust-pcre2 0.2.3

This package provides a high level wrapper library for PCRE2. …

rust-pcre2-sys 0.2.2

Low level bindings to PCRE2. …

rust-peeking-take-while 0.1.2

Like `Iterator::take_while', but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref' and `Iterator::take_while' together, and still get the first value for which the `take_while' predicate returned…

rust-peg 0.6.2

PEG provides a simple Parsing Expression Grammar (PEG) parser generator in Rust. …

rust-peg 0.5.7

PEG provides a simple Parsing Expression Grammar (PEG) parser generator in Rust. …

rust-peg-macros 0.6.2

PEG provides a Parsing Expression Grammar. This package provides procedural macros for rust-peg. To use rust-peg, see the peg package. …

rust-peg-runtime 0.6.2

PEG provides a Parsing Expression Grammar. This package provides runtime support for rust-peg grammars. To use rust-peg, see the peg crate. …

rust-percent-encoding 1.0.1

This crate provides percent encoding and decoding. …

rust-percent-encoding 2.1.0

This crate provides percent encoding and decoding. …

rust-permutohedron 0.2.4

Generate permutations of sequences. Either lexicographical order permutations, or a minimal swaps permutation sequence implemented using Heap's algorithm. …

rust-pest 2.1.1

The Elegant Parser. …

rust-pest-derive 2.1.0

Pest's derive macro. …

rust-pest-generator 2.1.1

Pest code generator. …

rust-pest-meta 2.1.2

Pest meta language parser and validator. …

rust-petgraph 0.5.1

Graph data structure library. Provides graph types and graph algorithms. …

rust-petgraph 0.4.13

Graph data structure library. Provides graph types and graph algorithms. …

rust-phf 0.7.24

Runtime support for perfect hash function data structures. …

rust-phf 0.8.0

This package provides runtime support for perfect hash function data structures. …

rust-phf-codegen 0.8.0

Codegen library for PHF types. …

rust-phf-codegen 0.7.24

Codegen library for PHF types. …

rust-phf-generator 0.7.24

PHF generation logic …

rust-phf-generator 0.8.0

PHF generation logic. …

rust-phf-macros 0.8.0

This package contains macros to generate types in the phf crate. …

rust-phf-macros 0.7.24

Macros to generate types in the phf crate. …

rust-phf-shared 0.7.24

Support code shared by PHF libraries. …

rust-phf-shared 0.8.0

This package provides support code shared by PHF libraries. …

rust-pin-project-lite 0.1.4

This package provides a lightweight version of pin-project written with declarative macros. …

rust-pin-utils 0.1.0-alpha.4

This crate provides utilities for pinning values on the stack. …

rust-piston 0.49.0

The Piston game engine core libraries. …

rust-piston-float 1.0.0

Traits for generic floats in game development …

rust-piston-gfx-texture 0.40.0

This package provides a Gfx texture representation that works nicely with Piston libraries. …

rust-piston-graphics-api-version 0.2.0

This package provides a library for storing graphics API versions …

rust-piston-shaders-graphics2d 0.3.1

Shaders for 2D graphics in Rust …

rust-piston-texture 0.8.0

This package provides a generic library for textures …

rust-piston-viewport 1.0.0

This package provides a library for storing viewport information. …

rust-piston-window 0.105.0

The official Piston window wrapper for the Piston game engine. …

rust-piston2d-gfx-graphics 0.66.0

This package provides a Gfx 2D back-end for the Piston game engine. …

rust-piston2d-graphics 0.35.0

This package provides a library for 2D graphics that works with multiple back-ends. …

rust-pistoncore-event-loop 0.49.0

This package provides a Piston event loop for games and interactive applications. …

rust-pistoncore-glutin-window 0.63.0

This package provides a Piston window back-end using the Glutin library. …

rust-pistoncore-input 0.28.0

This package provides a structure for user input. …

rust-pistoncore-window 0.44.0

This package provides a library for window abstraction. …

rust-pkg-config 0.3.17

A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. …

rust-plain 0.2.3

This package provides a small Rust library that allows users to reinterpret data of certain types safely. …

rust-plist 0.4.2

This package provides a rusty plist parser. Supports Serde serialization. …

rust-plotters 0.2.12

This package provides a Rust drawing library focus on data plotting for both WASM and native applications …

rust-plugin 0.2.6

Lazily evaluated, order-independent plugins for extensible types. …

rust-pnacl-build-helper 1.4.11

Build script helper for building PNaCl/NaCl C/CXX libraries from source …

rust-png 0.12.0

PNG decoding and encoding library in pure Rust. …

rust-png 0.15.3

PNG decoding and encoding library in pure Rust. …

rust-png 0.14.1

PNG decoding and encoding library in pure Rust. …

rust-png 0.16.6

PNG decoding and encoding library in pure Rust. …

rust-pocket-resources 0.3.2

This crate allows you to include resources in your applications. …

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