Packages — R (Page 33 of 58)
Packages menu:
Browse alphabetically
rust-criterion-plot 0.3.1
This package provides criterion's plotting library. …
rust-critical-section 0.2.5
This package provides a critical section abstraction. …
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.5.0
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.3.9
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.6.3
This package provides a concurrent work-stealing deque. …
rust-crossbeam-deque 0.7.3
This package provides a concurrent work-stealing deque. …
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-epoch 0.7.2
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.1.2
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-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-crossbeam-utils 0.7.2
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-crossfont 0.3.1
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 0.20.0
This package provides a crossplatform terminal library for manipulating terminals. …
rust-crossterm-winapi 0.8.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-crossterm-winapi 0.4.0
This package is a WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls. …
rust-crunchy 0.2.2
The Crunchy unroller deterministically unrolls constant loops, for number ``crunching``. …
rust-crunchy 0.1.6
The Crunchy unroller deterministically unrolls constant loops, for number ``crunching``. …
rust-crypto-bigint 0.2.11
This crate is a pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas…
rust-crypto-common 0.1.1
Common cryptographic traits …
rust-crypto-hash 0.3.4
This package provides a wrapper for OS-level cryptographic hash functions. …
rust-crypto-mac 0.8.0
This package provides trait for "Message Authentication Code" (MAC) algorithms. …
rust-crypto-mac 0.11.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-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.4.0
This package provides traits 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.27.2
This package contains a Rust implementation of CSS Syntax Level 3. …
rust-cssparser 0.25.9
This package contains a Rust implementation of CSS Syntax Level 3. …
rust-cssparser 0.28.1
This package contains a Rust implementation of CSS Syntax Level 3. …
rust-cssparser-macros 0.6.0
This package provides the procedural macros for rust-cssparser. …
rust-cssparser-macros 0.3.6
This package provides the procedural macros for rust-cssparser. …
rust-cstr-core 0.2.3
This crates implements CStr and CString for no_std environments. …
rust-csv 0.14.7
Fast CSV parsing with support for serde. …
rust-csv 1.1.5
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-ct-logs 0.8.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.8.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-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.2.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-cvss 1.0.2
This package provides Common Vulnerability Scoring System parser/serializer. …
rust-cxx 0.5.10
This package provides a safe interop between Rust and C++. …
rust-cxx 1.0.49
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. …
rust-cxx-build 1.0.49
This package provides a C++ code generator for integrating the `cxx' crate into a Cargo build. …
rust-cxx-gen 0.7.49
This package provides a C++ code generator for integrating the `cxx' crate into higher level tools. …
rust-cxx-gen 0.6.7
This package provides a C++ code generator for integrating the `cxx' crate into higher level tools. …
rust-cxx-test-suite 0.0.0
This package provides the test suite of the cxx crate. …
rust-cxxbridge-flags 1.0.49
This package provides a compiler configuration of the `cxx` crate (implementation detail). …
rust-cxxbridge-flags 0.5.10
This package provides a compiler configuration of the `cxx` crate (implementation detail). …
rust-cxxbridge-macro 0.5.10
This package provides an implementation detail of the `cxx' crate. …
rust-cxxbridge-macro 1.0.49
This package provides an implementation detail of the `cxx' crate. …
rust-daemonize 0.4.1
Daemonize is a Rust library for writing system deaemons. …
rust-darling 0.10.2
This package provides a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling 0.13.1
This package provides a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling 0.9.0
This package provides a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling 0.12.4
This package provides a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-core 0.10.2
Helper crate for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-core 0.9.0
Helper crate for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-core 0.13.1
Helper crate for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-core 0.12.4
Helper crate for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-macro 0.12.4
This package provides internal support for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-macro 0.13.1
This package provides internal support for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-macro 0.10.2
This package provides internal support for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-darling-macro 0.9.0
This package provides internal support for `rust-darling', a proc-macro library for reading attributes into structs when implementing custom derives. …
rust-dashmap 4.0.2
This package implements a blazing fast concurrent HashMap for Rust. …
rust-dashmap 3.11.10
This package implements a blazing fast concurrent HashMap for Rust. …
rust-data-encoding 2.3.1
This library provides encodings for many different common cases, including hexadecimal, base32, and base64. …
rust-data-url 0.1.0
Processing of data: URL according to WHATWG's Fetch Standard. …
rust-datetime 0.4.7
This package provides a library for date and time formatting and arithmetic. …
rust-dav1d 0.6.0
This package provides libdav1d bindings in Rust. …
rust-dav1d-sys 0.3.4
This package provides FFI bindings to dav1d. …
rust-dbl 0.3.0
This package provides double and inverse double over Galois Field - GF(2^n). This trait is implemented for 64, 128 and 256 bit block sizes. Big-endian order is used. WARNING: Block…
rust-dbus 0.9.2
This package provides Rust bindings to D-Bus. …
rust-dbus 0.6.5
This package provides Rust bindings to D-Bus. …
rust-dbus-tree 0.9.1
This crate is a framework for writing D-Bus method handlers (legacy). …