Packages — R (Page 49 of 58)
Packages menu:
Browse alphabetically
rust-rstar 0.9.0
R*-tree library for the rust ecosystem. …
rust-rstest 0.10.0
rstest uses procedural macros to help you on writing fixtures and table-based tests. …
rust-rstest 0.6.5
rstest uses procedural macros to help you on writing fixtures and table-based tests. …
rust-rug 1.14.0
This is a Rust library of arbitrary-precision integers, rational, floating-point, and complex numbers based on GMP, MPFR and MPC. …
rust-runtime 0.3.0-alpha.8
Runtime is an asynchronous library. This package is deprecated. If you're looking for an asynchronous runtime please consider using `async-std' or `tokio'. …
rust-runtime-attributes 0.3.0-alpha.6
This package Proc macro attributes for the Runtime crate. …
rust-runtime-native 0.3.0-alpha.6
This package provides a cross-platform asynchronous runtime. …
rust-runtime-raw 0.3.0-alpha.5
This package provides traits to implement custom Runtimes. …
rust-runtime-tokio 0.3.0-alpha.6
This package provides a Tokio-based asynchronous runtime. …
rust-rusqlite 0.19.0
This crate provides a wrapper for SQLite. …
rust-rusqlite 0.26.1
This crate provides a wrapper for SQLite. …
rust-rusqlite 0.23.1
This crate provides a wrapper for SQLite. …
rust-rusqlite 0.25.3
This crate provides a wrapper for SQLite. …
rust-rusqlite 0.24.2
This crate provides a wrapper for SQLite. …
rust-rust-argon2 0.5.1
This package contains a rust implementation of the Argon2 password hashing function. …
rust-rust-argon2 0.7.0
This package provides a Rust implementation of the Argon2 password hashing function. …
rust-rust-argon2 0.8.3
This package provides a Rust implementation of the Argon2 password hashing function. …
rust-rust-base58 0.0.4
Convert to and from base-58 strings with a simple Rust api. Currently the conversion uses the Bitcoin base58 alphabet. …
rust-rust-crypto 0.2.36
This package provides a (mostly) pure-Rust implementation of various common cryptographic algorithms. …
rust-rust-decimal 0.10.2
This package provides a decimal implementation written in pure Rust suitable for financial calculations. …
rust-rust-decimal 1.14.3
This package provides a decimal implementation written in pure Rust suitable for financial calculations. …
rust-rust-embed 5.9.0
This package provides a custom `Derive' macro which loads files into the Rust binary at compile time during release and loads the file from the file-system during development. …
rust-rust-embed-impl 5.9.0
This package provides a custom `Derive' macro which loads files into the Rust binary at compile time during release and loads the file from the file-system during development. …
rust-rust-embed-utils 5.1.0
This package provides utilities for `rust-embed'. …
rust-rust-hawktracer 0.7.0
Rust bindings for hawktracer profiling library. …
rust-rust-hawktracer-normal-macro 0.4.1
This package provides a helper crate for hawktracer profiling library. …
rust-rust-hawktracer-proc-macro 0.4.1
This package is a helper crate for hawktracer profiling library. …
rust-rust-hawktracer-sys 0.4.2
This package provides a sys crate for the rust_hawktracer library. …
rust-rust-ini 0.13.0
This package is an INI configuration file parsing library in Rust. …
rust-rust-ini 0.17.0
This package is an INI configuration file parsing library in Rust. …
rust-rustbox 0.11.0
This package provides a Rust implementation of the `termbox' library. …
rust-rustc-ap-arena 654.0.0
Use the arena library used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust' …
rust-rustc-ap-graphviz 654.0.0
Use the graphviz library used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust' …
rust-rustc-ap-rustc-ast 654.0.0
Use the Rust ast used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust' …
rust-rustc-ap-rustc-data-structures 654.0.0
Use data structures used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust'. …
rust-rustc-ap-rustc-index 654.0.0
Use the types of index used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust' …
rust-rustc-ap-rustc-lexer 654.0.0
Use the lexer used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust'. …
rust-rustc-ap-rustc-lexer 721.0.0
Use the lexer used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust'. …
rust-rustc-ap-rustc-lexer 725.0.0
Use the lexer used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust'. …
rust-rustc-ap-rustc-macros 654.0.0
Use macros used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust'. …
rust-rustc-ap-rustc-span 654.0.0
Use the spans used in the Rust compiler to represent source code with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust' …
rust-rustc-ap-rustc-target 654.0.0
Use the compile targets as expressed in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust' …
rust-rustc-ap-serialize 654.0.0
Use the serialize library used in the Rust compiler with this crate. It is automatically published using the compiler repository at `https://www.github.com/rust-lang/rust' …
rust-rustc-demangle 0.1.16
This package demanges the symbols from the Rust compiler. …
rust-rustc-hash 1.1.0
This package provides a speedy, non-cryptographic hash used in rustc. …
rust-rustc-hex 2.1.0
This Rust library provides `rustc-serialize' compatible hex conversion traits. …
rust-rustc-hex 1.0.0
This Rust library provides `rustc-serialize' compatible hex conversion traits. …
rust-rustc-rayon 0.3.0
Rustc-rayon is a fork of the Rayon crate. It adds a few "in progress" features that rustc is using, mostly around deadlock detection. These features are not stable and should…
rust-rustc-rayon-core 0.3.0
Note: This package is an unstable fork made for use in rustc Rayon-core represents the "core, stable" APIs of Rayon: join, scope, and so forth, as well as the ability to create…
rust-rustc-serialize 0.3.24
This package provides generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)' mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. …
rust-rustc-std-workspace-alloc 1.0.0
This package is a Rust workspace hack. …
rust-rustc-std-workspace-core 1.0.0
This crate provides an explicitly empty crate for rust-lang/rust integration. …
rust-rustc-std-workspace-std 1.0.1
This package provides a workaround for rustbuild. …
rust-rustc-test 0.3.0
This package provides a fork of Rust's test crate that doesn't require unstable language features. …
rust-rustc-tools-util 0.2.0
small helper to generate version information for git packages …
rust-rustc-version 0.2.3
This package provides a library for querying the version of an installed rustc compiler. …
rust-rustc-version 0.1.7
This package provides a library for querying the version of an installed rustc compiler. …
rust-rustc-version 0.4.0
This package provides a library for querying the version of an installed rustc compiler. …
rust-rustc-version 0.3.3
This package provides a library for querying the version of an installed rustc compiler. …
rust-rustc-workspace-hack 1.0.0
Hack for the compiler's own build system. It is used by `cargo'. …
rust-rustdoc-stripper 0.1.16
This package provides a tool to manipulate rustdoc comments. …
rust-rustfix 0.5.1
Automatically apply the suggestions made by rustc. …
rust-rustfix 0.4.6
Automatically apply the suggestions made by rustc. …
rust-rusticata-macros 4.0.0
Helper macros for Rusticata. …
rust-rusticata-macros 3.2.0
Helper macros for Rusticata. …
rust-rustls 0.20.2
This package provides a modern TLS library written in Rust. …
rust-rustls 0.12.0
This package provides a modern TLS library written in Rust. …
rust-rustls 0.16.0
This package provides a modern TLS library written in Rust. …
rust-rustls 0.18.1
This package provides a modern TLS library written in Rust. …
rust-rustls 0.15.2
This package provides a modern TLS library written in Rust. …
rust-rustls 0.19.0
This package provides a modern TLS library written in Rust. …
rust-rustls 0.14.0
This package provides a modern TLS library written in Rust. …
rust-rustls 0.17.0
This package provides a modern TLS library written in Rust. …
rust-rustls-native-certs 0.4.0
`rustls-native-certs' allows rustls to use the platform native certificate store. …
rust-rustls-native-certs 0.6.1
`rustls-native-certs' allows rustls to use the platform native certificate store. …
rust-rustls-native-certs 0.5.0
`rustls-native-certs' allows rustls to use the platform native certificate store. …
rust-rustls-pemfile 0.2.1
This package provides a very basic parser for the PEM-encodings commonly used to store keys and certificates at rest. …
rust-rustsec 0.25.1
This package provides client library for the RustSec security advisory database. …
rust-rusttype 0.9.2
This package provides a pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph…
rust-rusttype 0.7.9
This package provides a pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph…
rust-rusttype 0.8.2
This package provides a pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph…
rust-rustversion 1.0.2
This package provides conditional compilation according to the `rustc' compiler version. …
rust-rustversion 0.1.4
This package provides conditional compilation according to rustc compiler version. …
rust-rusty-fork 0.3.0
This package is a cross-platform library for running Rust tests in sub-processes using a fork-like interface. …
rust-rusty-fork 0.2.2
This package is a cross-platform library for running Rust tests in sub-processes using a fork-like interface. …
rust-rustyline 9.0.0
Rustyline is a readline implementation based on the linenoise package. …
rust-rustyline 7.1.0
Rustyline is a readline implementation based on the linenoise package. …
rust-rustyline 8.2.0
Rustyline is a readline implementation based on the linenoise package. …
rust-rustyline 5.0.6
Rustyline is a readline implementation based on the linenoise package. …
rust-rustyline 6.3.0
Rustyline is a readline implementation based on the linenoise package. …
rust-rustyline-derive 0.3.1
This package provides Rustyline macros implementation in Rust. …
rust-rustyline-derive 0.2.0
This package provides Rustyline macros implementation in Rust. …
rust-ryu 1.0.3
This package provides a pure Rust implementation of Ryū, an algorithm to quickly convert floating point numbers to decimal strings. …
rust-s3handler 0.7.5
This package is a s3 handler for S3 Rich Support client (S3RS). …
rust-s3handler 0.6.6
This package is a s3 handler for S3 Rich Support client (S3RS). …
rust-s3handler 0.5.3
This package is a s3 handler for S3 Rich Support client (S3RS). …
rust-safe-arch 0.5.2
This package exposes `core::arch' safely via `#[cfg()]'. …
rust-safemem 0.2.0
Safe wrappers for memory-accessing functions, like `std::ptr::copy()'. …
rust-safemem 0.3.3
Safe wrappers for memory-accessing functions, like `std::ptr::copy()'. …
rust-salsa 0.17.0-pre.2
This package provides a generic framework for on-demand, incrementalized computation (experimental) …