Packages — R (Page 26 of 43)
Packages menu:
Browse alphabetically
rust-console 0.13.0
This package provides a terminal and console abstraction for Rust. …
rust-console 0.7.7
This package provides a terminal and console abstraction for Rust. …
rust-console 0.9.2
This package provides a terminal and console abstraction for Rust. …
rust-console 0.11.3
This package provides a terminal and console abstraction for Rust. …
rust-console 0.14.0
This package provides a terminal and console abstraction for Rust. …
rust-console-error-panic-hook 0.1.6
This package provides a panic hook for `wasm32-unknown-unknown' that logs panics to `console.error'. …
rust-console-log 0.1.2
This package provides a logging facility that routes Rust log messages to the browser's console. …
rust-const-fn 0.4.2
This package provides an attribute for easy generation of const functions with conditional compilations. …
rust-const-random 0.1.8
This package provides compile time random number generation. …
rust-const-random-macro 0.1.8
This package provides the procedural macro used by `rust-const-random'. …
rust-constant-time-eq 0.1.5
This package compares two equal-sized byte strings in constant time. It is inspired by the Linux kernel's `crypto_memneq'. …
rust-content-inspector 0.2.4
This package is a simple library for fast inspection of binary buffers to guess the type of content. …
rust-conv 0.3.3
This crate provides a number of conversion traits with more specific semantics than those provided by `as' or `From'/`Into'. …
rust-cookie 0.14.2
This package provides HTTP cookie parsing and cookie jar management. It supports signed and private (encrypted, authenticated) jars. …
rust-cookie 0.12.0
Parse HTTP cookie headers and manage a cookie jar with this crate. It supports signed and private (encrypted + signed) jars. …
rust-cookie 0.11.3
Parse HTTP cookie headers and manage a cookie jar with this crate. It supports signed and private (encrypted + signed) jars. …
rust-cookie-store 0.12.0
This package implements cookie storage and retrieval. …
rust-cookie-store 0.7.0
This crate provides an implementation for storing and retrieving Cookies per the path and domain matching rules specified in RFC6265. Split from the user_agent crate. …
rust-copyless 0.1.5
This package provides ways to eliminate `memcpy' calls when using the standard library. …
rust-copypasta 0.7.1
Copypasta is a cross-platform library for getting and setting the contents of the OS-level clipboard. …
rust-cordic 0.1.4
This package provides special functions for fixed-point numbers using the CORDIC method. …
rust-core-affinity 0.5.10
This package manages CPU affinities. …
rust-core-arch 0.1.5
`core::arch' - Rust's core library architecture-specific intrinsics. …
rust-core-foundation 0.6.4
This package provides bindings to Core Foundation for macOS. …
rust-core-foundation 0.2.3
This package provides bindings to Core Foundation for macOS. …
rust-core-foundation 0.9.1
This package provides bindings to Core Foundation for macOS. …
rust-core-foundation 0.7.0
This package provides bindings to Core Foundation for macOS. …
rust-core-foundation-sys 0.7.2
This package provides bindings to Core Foundation for macOS. …
rust-core-foundation-sys 0.2.3
This package provides bindings to Core Foundation for macOS. …
rust-core-foundation-sys 0.8.2
This package provides bindings to Core Foundation for macOS. …
rust-core-foundation-sys 0.6.2
This package provides bindings to Core Foundation for macOS. …
rust-core-graphics 0.17.3
This package provides bindings to Core Graphics for macOS. …
rust-core-graphics 0.21.1
This package provides bindings to Core Graphics for macOS. …
rust-core-graphics 0.19.2
This package provides bindings to Core Graphics for macOS. …
rust-core-graphics 0.22.2
This package provides bindings to Core Graphics for macOS. …
rust-core-graphics-types 0.1.1
This package provides bindings for some fundamental Core Graphics types. …
rust-core-text 13.3.2
This package provides bindings to the Core Text framework. …
rust-core-text 19.1.0
This package provides bindings to the Core Text framework. …
rust-core-video-sys 0.1.4
This package provides bindings to CoreVideo.framework for macOS and iOS. …
rust-cpp-demangle 0.2.16
This package provides a crate for demangling C++ symbols. …
rust-cpuid-bool 0.1.0
This package provides a lightweight `no-std' compatible alternative to `is_x86_feature_detected'. …
rust-crates-index 0.13.1
Library for retrieving and interacting with the crates.io index. …
rust-crc 1.8.1
This package provides a Rust implementation of CRC(16, 32, 64) with support for various standards. …
rust-crc32fast 1.2.0
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation. …
rust-criterion 0.3.3
This package provides a statistics-driven micro-benchmarking library. …
rust-criterion 0.2.11
This package provides a statistics-driven micro-benchmarking library. …
rust-criterion-cycles-per-byte 0.1.2
This package lets you measure time with CPU cycles for criterion. …
rust-criterion-plot 0.4.3
This package provides criterion's plotting library. …
rust-criterion-plot 0.3.1
This package provides criterion's plotting library. …
rust-crossbeam 0.8.0
This package provides tools for concurrent programming. …
rust-crossbeam 0.7.3
This package provides tools for concurrent programming. …
rust-crossbeam-channel 0.3.9
This package provides multi-producer multi-consumer channels for message passing. …
rust-crossbeam-channel 0.4.2
This package provides multi-producer multi-consumer channels for message passing. …
rust-crossbeam-channel 0.5.0
This package provides multi-producer multi-consumer channels for message passing. …
rust-crossbeam-deque 0.8.0
This package provides a concurrent work-stealing deque. …
rust-crossbeam-deque 0.7.3
This package provides a concurrent work-stealing deque. …
rust-crossbeam-deque 0.6.3
This package provides a concurrent work-stealing deque. …
rust-crossbeam-epoch 0.7.2
This package provides an Epoch-based garbage collection. …
rust-crossbeam-epoch 0.8.2
This package provides an Epoch-based garbage collection. …
rust-crossbeam-epoch 0.9.1
This package provides an Epoch-based garbage collection. …
rust-crossbeam-queue 0.3.1
This crate provides concurrent queues that can be shared among threads. …
rust-crossbeam-queue 0.2.3
This crate provides concurrent queues that can be shared among threads. …
rust-crossbeam-queue 0.1.2
This crate provides concurrent queues that can be shared among threads. …
rust-crossbeam-utils 0.7.2
This crate provides miscellaneous tools for concurrent programming. …
rust-crossbeam-utils 0.8.1
This crate provides miscellaneous tools for concurrent programming. …
rust-crossbeam-utils 0.6.6
This crate provides miscellaneous tools for concurrent programming. …
rust-crossfont 0.2.0
Crossfont is a cross-platform Rust library for loading fonts and rasterizing glyphs, using native font engines whenever possible. …
rust-crossterm 0.19.0
This package provides a crossplatform terminal library for manipulating terminals. …
rust-crossterm 0.18.2
This package provides a crossplatform terminal library for manipulating terminals. …
rust-crossterm 0.13.3
This package provides a crossplatform terminal library for manipulating terminals. …
rust-crossterm-winapi 0.4.0
This package is a WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls. …
rust-crossterm-winapi 0.6.2
This package is a WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls. …
rust-crossterm-winapi 0.7.0
This package is a WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls. …
rust-crypto-mac 0.4.0
This package provides traits for Message Authentication Code (MAC) algorithms. …
rust-crypto-mac 0.10.0
This package provides trait for "Message Authentication Code" (MAC) algorithms. …
rust-crypto-mac 0.5.2
This package provides trait for "Message Authentication Code" (MAC) algorithms. …
rust-crypto-mac 0.8.0
This package provides trait for "Message Authentication Code" (MAC) algorithms. …
rust-crypto-mac 0.7.0
This package provides trait for "Message Authentication Code" (MAC) algorithms. …
rust-crypto-tests 0.5.5
This package provides test helpers for cryptographic algorithms. …
rust-cryptovec 0.4.6
This package provides a vector which zeroes its memory on clears and reallocations. …
rust-cssparser 0.25.9
This package contains a Rust implementation of CSS Syntax Level 3. …
rust-cssparser 0.27.2
This package contains a Rust implementation of CSS Syntax Level 3. …
rust-cssparser-macros 0.3.6
This package provides the procedural macros for rust-cssparser. …
rust-cssparser-macros 0.6.0
This package provides the procedural macros for rust-cssparser. …
rust-csv 1.1.5
Fast CSV parsing with support for serde. …
rust-csv 0.14.7
Fast CSV parsing with support for serde. …
rust-csv-core 0.1.10
Bare bones CSV parsing with no_std support. …
rust-ct-logs 0.3.0
This package contains Google's list of Certificate Transparency logs for use with sct crate. …
rust-ct-logs 0.7.0
This package contains Google's list of Certificate Transparency logs for use with sct crate. …
rust-ct-logs 0.6.0
This package contains Google's list of Certificate Transparency logs for use with sct crate. …
rust-ctor 0.1.15
This package provides an `__attribute__((constructor))' for Rust. …
rust-ctr 0.6.0
This package provides a generic implementations of CTR mode for block ciphers. Mode functionality is accessed using traits from re-exported cipher crate. …
rust-ctrlc 3.1.7
This package provides an easy Ctrl-C handler for Rust projects. …
rust-cty 0.2.1
This package provides type aliases to C types like c_int for use with bindgen. …
rust-curl 0.4.34
This package provides Rust bindings to libcurl for making HTTP requests …
rust-curl-sys 0.4.39+curl-7.74.0
This package provides native bindings to the `libcurl' library. …
rust-curve25519-dalek 3.0.0
This package provides a pure-Rust implementation of group operations on ristretto255 and Curve25519 …
rust-custom-derive 0.1.7
This crate provides a macro that enables the use of custom `derive' attributes. …
rust-cxx 0.5.10
This package provides a safe interop between Rust and C++. …
rust-cxx-build 0.5.10
This package provides a C++ code generator for integrating the `cxx' crate into a Cargo build. …