Packages — R (Page 34 of 43)
Packages menu:
Browse alphabetically
rust-num-rational 0.3.0
Rational numbers implementation for Rust. …
rust-num-rational 0.1.42
Rational numbers implementation for Rust. …
rust-num-rational 0.2.3
Rational numbers implementation for Rust. …
rust-num-traits 0.1.43
This package provides numeric traits for generic mathematics. …
rust-num-traits 0.2.14
This package provides numeric traits for generic mathematics. …
rust-number-prefix 0.3.0
This package provides a library for formatting numeric prefixes: kilo, giga, kibi. …
rust-numtoa 0.1.0
This package can convert numbers into stack-allocated byte arrays. …
rust-obj 0.9.1
This package provides a package for loading Wavefront `.obj' files. …
rust-objc 0.2.7
This package provides an Objective-C Runtime bindings and wrapper for Rust. …
rust-objc-exception 0.1.2
This package provides a Rust interface for Objective-C's throw and try/catch statements. …
rust-objc-foundation 0.1.1
This package provides a rust wrapper for Objective-C's Foundation framework. …
rust-objc-id 0.1.1
This package provides Rust smart pointers for Objective-C reference counting. …
rust-objc-test-utils 0.0.2
This package provides utilities for testing Objective-C interop. …
rust-object 0.17.0
This package provides a unified interface for reading and writing object file formats. …
rust-object 0.12.0
This package provides a unified interface for parsing object file formats. …
rust-odds 0.3.1
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-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
This package provides two new cell-like types, `unsync::OnceCell' and `sync::OnceCell'. OnceCell might store arbitrary non-copy types, can be assigned to at most once and provide direct access to the stored contents. …
rust-once-cell 1.5.2
This package provides two new cell-like types, `unsync::OnceCell' and `sync::OnceCell'. OnceCell might store arbitrary non-copy types, can be assigned to at most once and provide direct access to the stored contents. …
rust-onig 6.1.1
Rust-Onig is a set of Rust bindings for the Oniguruma regular expression library. …
rust-onig 5.0.0
Rust-Onig is a set of Rust bindings for the Oniguruma regular expression library. …
rust-onig-sys 69.6.0
This 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 around…
rust-onig-sys 69.2.0
This 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 around…
rust-oorandom 11.1.0
This package provides a tiny, robust PRNG implementation. …
rust-opaque-debug 0.2.2
This package provides a macro for opaque debug trait implementation. …
rust-opaque-debug 0.3.0
This package provides a macro for opaque debug trait implementation. …
rust-open 1.4.0
Use this library to open a path or URL using the program configured on the system. …
rust-openssl 0.9.24
OpenSSL bindings. …
rust-openssl 0.10.30
OpenSSL bindings. …
rust-openssl 0.7.14
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.9.58
This package provides FFI bindings to OpenSSL for use in rust crates. …
rust-openssl-sys 0.7.17
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-owned-ttf-parser 0.6.0
This package provides a TTF-parser plus support for owned data. …
rust-owning-ref 0.4.1
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-packed-simd-2 0.3.4
Portable Packed SIMD vectors. …
rust-packed-struct 0.3.0
This package provides bit-level packing an unpacking of structs. The library provides a meta-programming approach, using attributes to define fields and how they should be packed. The resulting trait implementations…
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-pancurses 0.16.1
`pancurses' is a `curses' library for Rust. …
rust-pango 0.8.0
Rust bindings for the Pango library …
rust-pango 0.9.1
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-pango-sys 0.10.0
This package provides FFI bindings to `libpango-1.0'. …
rust-pangocairo 0.8.0
Rust bindings for the PangoCairo library. …
rust-pangocairo 0.9.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.40.3
This package provides a WebAssembly binary format serialization, deserialization, and interpreter in Rust. …
rust-parity-wasm 0.41.0
WebAssembly low-level format library …
rust-parking 2.0.0
This packages provides methods for thread parking and unparking. …
rust-parking 1.0.6
This packages provides methods for thread parking and unparking. …
rust-parking-lot 0.8.0
More compact and efficient implementations of the standard synchronization primitives. …
rust-parking-lot 0.11.1
This package provides 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.10.2
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-core 0.5.0
This package provides an advanced API for creating custom synchronization primitives. …
rust-parking-lot-core 0.7.2
This package provides an advanced API for creating custom synchronization primitives. …
rust-parking-lot-core 0.6.2
This package provides an advanced API for creating custom synchronization primitives. …
rust-parking-lot-core 0.4.0
This package provides an advanced API for creating custom synchronization primitives. …
rust-parking-lot-core 0.8.0
This package provides an advanced API for creating custom synchronization primitives. …
rust-parse-zoneinfo 0.3.0
This packages parses zoneinfo files from the IANA database. …
rust-partial-io 0.3.1
This package provides helpers to test partial, interrupted and would-block I/O operations. …
rust-partial-io 0.2.5
This package provides helpers to test partial, interrupted and would-block I/O operations. …
rust-paste 0.1.18
This package provides macros for all your token pasting needs. …
rust-paste 1.0.4
This package provides macros for all your token pasting needs. …
rust-paste-impl 0.1.18
Implementation detail of the paste crate. …
rust-path-abs 0.5.0
This library provides ergonomic path and file operations to Rust with reasonable performance. …
rust-path-clean 0.1.0
This package provides a Rust implementation of cleanname or path.Clean. …
rust-pathdiff 0.1.0
Use diff_paths to construct a relative path from a provided base directory path to the provided path. …
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-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-pcre2 0.2.3
This package provides a high level wrapper library for PCRE2. …
rust-pcre2-sys 0.2.5
Low level bindings to PCRE2. …
rust-pdcurses-sys 0.7.1
This package provides FFI bindings for PDCurses implementation. …
rust-pear 0.1.4
This package provides a pear is a fruit. …
rust-pear-codegen 0.1.4
This package provides a (codegen) pear is a fruit. …
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.5.7
PEG provides a simple Parsing Expression Grammar (PEG) parser generator in Rust. …
rust-peg 0.6.2
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-peresil 0.3.0
This package provides a simple and simplistic string parsing library. …
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. …