Packages — R (Page 31 of 58)
Packages menu:
Browse alphabetically
rust-capnp-futures 0.13.2
This package provides async serialization for Cap'n Proto messages. …
rust-capnp-futures 0.10.1
This package provides async serialization for Cap'n Proto messages. …
rust-capnp-rpc 0.10.0
This package provides an implementation of the Cap'n Proto remote procedure call protocol …
rust-capnp-rpc 0.13.1
This package provides an implementation of the Cap'n Proto remote procedure call protocol …
rust-capnpc 0.13.1
Cap'n Proto code generation …
rust-capnpc 0.10.2
Cap'n Proto code generation …
rust-caps 0.5.2
This package provides a pure-Rust library to work with Linux capabilities. …
rust-caps 0.3.3
This package provides a pure-Rust library to work with Linux capabilities. …
rust-cargo 0.53.0
Cargo, a package manager for Rust. This package provides the library crate of Cargo. …
rust-cargo-audit 0.16.0
This package audits `Cargo.lock' for crates with security vulnerabilities. …
rust-cargo-c 0.8.1+cargo-0.53
This package produces and installs a correct pkg-config file, a static library and a dynamic library, and a C header to be used by any C (and C-compatible) software. …
rust-cargo-edit 0.8.0
This package extends Cargo to allow you to add and remove dependencies by modifying your `Cargo.toml' file from the command line. …
rust-cargo-lock 7.0.1
This package provides self-contained `Cargo.lock' parser with optional dependency graph analysis. …
rust-cargo-metadata 0.6.4
This package provides structured access to the output of `cargo metadata'. …
rust-cargo-metadata 0.13.0
This package provides structured access to the output of `cargo metadata'. …
rust-cargo-metadata 0.9.1
This package provides structured access to the output of `cargo metadata'. …
rust-cargo-metadata 0.2.3
This package provides structured access to the output of `cargo metadata'. …
rust-cargo-metadata 0.14.1
This package provides structured access to the output of `cargo metadata'. …
rust-cargo-platform 0.1.1
This package provides abstractions for the target platforms supported by Cargo. …
rust-cargon 0.0.1
This package provides a thin wrapper around the Argon2 C library. It is used in argon2rs' bench suite. …
rust-cassowary 0.3.0
This package provides a Rust implementation of the Cassowary linear constraint solving algorithm. The Cassowary algorithm is designed for naturally laying out user interfaces using linear constraints, like ``this button must line up…
rust-cast 0.2.3
Ergonomic, checked cast functions for primitive types. …
rust-cbindgen 0.12.2
This package provides a tool for generating C/C++ bindings to Rust code. …
rust-cbindgen 0.13.2
This package provides a tool for generating C/C++ bindings to Rust code. …
rust-cbindgen 0.15.0
This package provides a tool for generating C/C++ bindings to Rust code. …
rust-cbindgen 0.16.0
This package provides a tool for generating C/C++ bindings to Rust code. …
rust-cbindgen 0.14.1
This package provides a tool for generating C/C++ bindings to Rust code. …
rust-cbindgen 0.19.0
This package provides a tool for generating C/C++ bindings to Rust code. …
rust-cblas-sys 0.1.4
The package provides bindings to CBLAS (C). …
rust-cc 1.0.67
This package provides a build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rustcode. …
rust-cesu8 1.1.0
This library implements the CESU-8 compatibility encoding scheme. This is a non-standard variant of UTF-8 that is used internally by some systems that need to represent UTF-16 data as 8-bit characters. …
rust-cexpr 0.4.0
This package provides a C expression parser and evaluator. …
rust-cexpr 0.3.6
This package provides a C expression parser and evaluator. …
rust-cexpr 0.2.3
This package provides a C expression parser and evaluator. …
rust-cexpr 0.6.0
This package provides a C expression parser and evaluator. …
rust-cfg-aliases 0.1.1
CFG Aliases is a tiny utility to help save you a lot of effort with long winded `#[cfg()]' checks. …
rust-cfg-expr 0.7.4
This package provides a parser and evaluator for Rust `cfg()' expressions. …
rust-cfg-expr 0.8.1
This package provides a parser and evaluator for Rust `cfg()' expressions. …
rust-cfg-if 0.1.10
This package provides a macro to ergonomically define an item depending on a large number of `#[cfg]' parameters. Structured like an if-else chain, the first matching branch is the item that…
rust-cfg-if 1.0.0
This package provides a macro to ergonomically define an item depending on a large number of `#[cfg]' parameters. Structured like an if-else chain, the first matching branch is the item that…
rust-cgl 0.2.3
Rust bindings for CGL on Mac. …
rust-cgl 0.3.2
Rust bindings for CGL on Mac. …
rust-cgmath 0.17.0
This package provides a linear algebra and mathematics library for computer graphics. …
rust-cgmath 0.16.1
This package provides a linear algebra and mathematics library for computer graphics. …
rust-chacha20 0.8.1
The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher' crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and…
rust-chacha20poly1305 0.9.0
Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration. Also contains implementations of the XChaCha20Poly1305 extended nonce variant of ChaCha20Poly1305, and the…
rust-chalk-derive 0.68.0
This package provides a helper crate for use by chalk crates for `derive` macros. …
rust-chalk-derive 0.75.0
This package provides a helper crate for use by chalk crates for `derive` macros. …
rust-chalk-ir 0.75.0
This package provides Chalk's internal representation of types, goals, and clauses. …
rust-chalk-ir 0.68.0
This package provides Chalk's internal representation of types, goals, and clauses. …
rust-chalk-recursive 0.68.0
Recursive solver for the Chalk project …
rust-chalk-recursive 0.75.0
Recursive solver for the Chalk project …
rust-chalk-solve 0.68.0
This package provides a combines the chalk-engine with chalk-ir. …
rust-chalk-solve 0.75.0
This package provides a combines the chalk-engine with chalk-ir. …
rust-charset 0.1.2
charset is a wrapper around `encoding_rs' that provides (non-streaming) decoding for character encodings that occur in email by providing decoding for UTF-7 in addition to the encodings defined by the Encoding Standard. …
rust-chrono 0.4.19
Date and time library for Rust. …
rust-chrono-humanize 0.2.1
Chrono-Humanize provides human-friendly time expressions, similar to Python arrow.humanize. …
rust-chrono-tz 0.6.0
Chrono-TZ is a library that provides implementors of the TimeZone trait for `rust-chrono'. …
rust-chrono-tz 0.5.3
Chrono-TZ is a library that provides implementors of the TimeZone trait for `rust-chrono'. …
rust-chrono-tz-build 0.0.2
This package contains the internal build script for chrono-tz Rust crate. …
rust-chunked-transfer 1.4.0
This package provides an encoder and decoder for HTTP chunked transfer coding. …
rust-chunked-transfer 0.3.1
This package provides an encoder and decoder for HTTP chunked transfer coding. …
rust-ci-info 0.3.1
This package provides current CI environment information. …
rust-cipher 0.2.5
This package provides traits which define the functionality of block ciphers and stream ciphers. See RustCrypto/block-ciphers and RustCrypto/stream-ciphers for algorithm implementations which use these traits. …
rust-cipher 0.3.0
This package provides traits which define the functionality of block ciphers and stream ciphers. See RustCrypto/block-ciphers and RustCrypto/stream-ciphers for algorithm implementations which use these traits. …
rust-clang-ast 0.1.6
This package contains data structures for processing Clang's `-ast-dump=json' format. …
rust-clang-ast-test-suite 0.0.0
This package contains the test suite of the `clang-ast' crate. …
rust-clang-sys 0.23.0
This package provides Rust bindings for libclang. …
rust-clang-sys 0.28.1
This package provides Rust bindings for libclang. …
rust-clang-sys 1.0.0
This package provides Rust bindings for libclang. …
rust-clang-sys 0.22.0
This package provides Rust bindings for libclang. …
rust-clang-sys 0.11.1
This package provides Rust bindings for libclang. …
rust-clang-sys 0.29.3
This package provides Rust bindings for libclang. …
rust-clang-sys 0.26.4
This package provides Rust bindings for libclang. …
rust-clap 3.0.0-beta.2
This package provides a simple to use, efficient, and full-featured Command Line Argument Parser. …
rust-clap 2.34.0
This package provides a simple to use, efficient, and full-featured Command Line Argument Parser. …
rust-clap-conf 0.1.5
This package provides a library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three…
rust-clap-derive 3.0.0-beta.2
This package provides a parse command line argument by defining a struct, derive crate. …
rust-clearscreen 1.0.4
This crate provides cross-platform terminal screen clearing. …
rust-clicolors-control 1.0.1
This package provides a common utility library to control CLI colorization. …
rust-clipboard-win 3.1.1
This package provides simple way to interact with Windows clipboard. …
rust-clipboard-win 2.1.2
This package provides simple way to interact with Windows clipboard. …
rust-clipboard-win 4.2.1
This package provides simple way to interact with Windows clipboard. …
rust-clippy 0.0.153
This package provides a bunch of helpful lints to avoid common pitfalls in Rust. …
rust-clippy 0.0.302
This package provides a bunch of helpful lints to avoid common pitfalls in Rust. …
rust-clippy-lints 0.0.153
This package provides a bunch of helpful lints to avoid common pitfalls in Rust …
rust-clippy-mini-macro-test 0.1.0
This package provides a macro to test clippy's procedural macro checks. …
rust-clircle 0.3.0
Clircle provides a cross-platform API to detect read or write cycles from your user-supplied arguments. You can get the important identifiers of a file (from a path) and for all three…
rust-cloudabi 0.0.3
This package provides a low level interface to CloudABI. It contains all syscalls and related types. …
rust-cloudabi 0.1.0
This package provides a low level interface to CloudABI. It contains all syscalls and related types. …
rust-cloudflare-zlib-sys 0.2.0
Cloudflare fork of zlib with massive performance improvements. …
rust-cloudflare-zlib-sys 0.3.0
Cloudflare fork of zlib with massive performance improvements. …
rust-cmac 0.5.1
This package provides a pure Rust implementation of the Cipher-based Message Authentication Code (CMAC). …
rust-cmake 0.1.44
This package provides a build dependency for running `cmake' to build a native library. The CMake executable is assumed to be `cmake' unless the CMAKE environmental variable is set. …
rust-cocoa 0.23.0
This package provides bindings to Cocoa for macOS. …
rust-cocoa 0.19.1
This package provides bindings to Cocoa for macOS. …
rust-cocoa 0.18.5
This package provides bindings to Cocoa for macOS. …
rust-cocoa 0.22.0
This package provides bindings to Cocoa for macOS. …
rust-cocoa 0.24.0
This package provides bindings to Cocoa for macOS. …
rust-cocoa-foundation 0.1.0
This package provides bindings to Cocoa Foundation for macOS. …