Packages — R (Page 52 of 59)
Packages menu:
Browse alphabetically
rust-shared-library 0.1.9
This package allows easy binding to, and loading of, shared libraries. …
rust-shell-escape 0.1.4
Escape characters that may have a special meaning in a shell. …
rust-shell-words 1.0.0
This package processes command line according to parsing rules of UNIX shell. …
rust-shell-words 0.1.0
This package processes command line according to parsing rules of UNIX shell. …
rust-shell2batch 0.4.2
While it is not really possible to take every shell script and automatically convert it to a windows batch file, this library provides a way to convert simple shell commands to windows…
rust-shellexpand 2.1.0
`shellexpand' is a single dependency library which allows one to perform shell-like expansions in strings, that is, to expand variables like `$A' or `${B}' into their values inside some context and to…
rust-shlex 0.1.1
This crate provides a method to split a string into shell words, like Python's shlex. …
rust-shlex 1.1.0
This crate provides a method to split a string into shell words, like Python's shlex. …
rust-signal-hook 0.1.16
This package provides Unix signal handling. …
rust-signal-hook 0.3.10
This package provides Unix signal handling. …
rust-signal-hook-mio 0.2.1
This crate provides MIO support for signal-hook. …
rust-signal-hook-registry 1.4.0
This package is a backend crate for `signal-hook'. …
rust-signal-hook-registry 1.2.0
This package is a backend crate for `signal-hook'. …
rust-signature 1.5.0
This package contains traits which provide generic, object-safe APIs for generating and verifying digital signatures. …
rust-signature-derive 1.0.0-pre.4
This package provides proc macros used by the signature crate. It's not intended to be used directly. See the signature crate's documentation for additional details. …
rust-simba 0.5.1
This package provides a set of mathematical traits to facilitate the use of SIMD-based "Array of Struct of Array" (AoSoA) storage pattern in Rust. …
rust-simba 0.4.0
This package provides a set of mathematical traits to facilitate the use of SIMD-based "Array of Struct of Array" (AoSoA) storage pattern in Rust. …
rust-simba 0.1.5
This package provides a set of mathematical traits to facilitate the use of SIMD-based "Array of Struct of Array" (AoSoA) storage pattern in Rust. …
rust-simd 0.2.4
`simd' offers limited cross-platform access to SIMD instructions on CPUs, as well as raw interfaces to platform-specific instructions. (To be obsoleted by the `std::simd' implementation RFC 2366.) …
rust-simd 0.1.1
`simd' offers limited cross-platform access to SIMD instructions on CPUs, as well as raw interfaces to platform-specific instructions. (To be obsoleted by the `std::simd' implementation RFC 2366.) …
rust-simd-helpers 0.1.0
This package provides helpers to write more compact simd code. …
rust-simdutf8 0.1.3
simdutf8 is a fast API-compatible UTF-8 validation for Rust using SIMD extensions. …
rust-similar 2.1.0
This package provides a diff library for Rust. …
rust-similar 1.3.0
This package provides a diff library for Rust. …
rust-simple-logger 1.13.0
This package provides a logger that prints all messages with a readable output format …
rust-simple-mutex 1.1.5
This package provides a mutex more efficient than `std' and simpler than `parking_lot'. …
rust-simplelog 0.11.1
This package provides a simple and easy-to-use logging facility for Rust's `log' crate. It aims to be a maintainable, easy to integrate facility for small to medium sized project …
rust-siphasher 0.3.2
This package provides SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust. …
rust-siphasher 0.2.3
SipHash functions from rust-core < 1.13. …
rust-size-format 1.0.2
This package allows for easier formatting of sizes. …
rust-sized-chunks 0.6.5
This package provides various fixed length array data types, designed for `immutable.rs'. …
rust-skeptic 0.9.0
Test your Rust markdown documentation via Cargo …
rust-skeptic 0.13.4
Test your Rust markdown documentation via Cargo. …
rust-slab 0.3.0
This create provides a pre-allocated storage for a uniform data type. …
rust-slab 0.4.2
This create provides a pre-allocated storage for a uniform data type. …
rust-sleef-sys 0.1.2
Rust FFI bindings to the SLEEF Vectorized Math Library. …
rust-slice-deque 0.2.4
This package provides a double-ended queue that Deref's into a slice. …
rust-slog 2.5.2
This package provides structured, extensible, composable logging for Rust. …
rust-slog-async 2.6.0
This package provides an asynchronous drain for slog. …
rust-slog-kvfilter 0.7.0
This is a key values and regex based filter drain for slog. …
rust-slog-scope 4.4.0
This package provides logging scopes for slog. …
rust-slog-stdlog 4.1.0
This crate provides two ways compatibility with Rust standard `log' crate. …
rust-slog-term 2.6.0
This package provides the Unix terminal drain and formatter for slog. …
rust-sloggers 1.0.1
This library provides frequently used slog loggers and convenient functions. …
rust-slug 0.1.4
This package is a small library for generating slugs from Unicode strings. …
rust-sluice 0.5.3
This package provides asynchronous byte buffers and pipes for concurrent I/O programming. …
rust-sluice 0.4.2
This package provides asynchronous byte buffers and pipes for concurrent I/O programming. …
rust-smallbitvec 2.5.1
This package provides a bit vector optimized for size and inline storage. …
rust-smallvec 1.6.1
'Small vector' optimization: store up to a small number of items on the stack. …
rust-smallvec 0.6.13
'Small vector' optimization: store up to a small number of items on the stack. …
rust-smallvec 0.2.1
'Small vector' optimization: store up to a small number of items on the stack. …
rust-smart-default 0.6.0
This package provides a custom-derive macro for Default with more control on the fields. …
rust-smartstring 0.2.9
This package provides compact inlined strings. …
rust-smawk 0.3.1
This package provides functions for finding row-minima in a totally monotone matrix. …
rust-smithay-client-toolkit 0.12.2
This package provides a toolkit for making client Wayland applications. …
rust-smithay-client-toolkit 0.6.4
This package provides a toolkit for making client Wayland applications. …
rust-smithay-client-toolkit 0.4.6
This package provides a toolkit for making client Wayland applications. …
rust-smithay-clipboard 0.6.2
This package provides access to the Wayland clipboard for client applications. …
rust-smithay-clipboard 0.3.6
This package provides access to the Wayland clipboard for client applications. …
rust-smol 0.1.18
This package provides a small and fast async runtime. …
rust-smol 1.2.5
This package provides a small and fast async runtime. …
rust-smol-str 0.1.21
This package provides a small-string optimized string type with O(1) clone. …
rust-snafu 0.6.10
Snafu aims to be an ergonomic error handling library. …
rust-snafu-derive 0.6.10
Snafu aims to be an ergonomic error handling library. This package provides derive macros. …
rust-snailquote 0.3.0
This library provides functions to escape and unescape strings. It escapes them in a roughly ``sh'' compatible way (e.g. double quotes supporting backslash escapes, single quotes supporting no escapes). In addition, it…
rust-snake-case 0.3.1
This package provides a String-like type that can only contain valid non-empty snake_case. …
rust-snap 0.2.5
This package provides a pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. …
rust-snap 1.0.5
This package provides a pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. …
rust-snapbox 0.2.10
snapbox is a snapshot-testing toolbox that is ready to use for verifying output from * Function return values * CLI stdout/stderr * Filesystem changes It is…
rust-snapbox-macros 0.2.1
snapbox is a snapshot-testing toolbox that is ready to use for verifying output from * Function return values * CLI stdout/stderr * Filesystem changes It is…
rust-snappy-cpp 0.1.1
This package provides simple Snappy C++ bindings for testing and benchmarking. …
rust-socket2 0.3.19
This package provides utilities for handling networking sockets with a maximal amount of configuration possible intended. …
rust-socket2 0.4.0
This package provides utilities for handling networking sockets with a maximal amount of configuration possible intended. …
rust-socks 0.3.2
You can write SOCKS proxy clients with this crate. …
rust-soup-sys 0.10.0
This crate provides Soup FFI for Rust. …
rust-sourcefile 0.1.4
A library for concatenating source from multiple files, whilst keeping track of where each new file and line starts. …
rust-sourcemap 6.0.1
This package provides basic sourcemap handling for Rust. …
rust-special 0.8.1
The package provides so-called special functions. …
rust-speculate 0.1.2
An RSpec inspired minimal testing framework for Rust. …
rust-spin 0.9.2
This crate provides synchronization primitives based on spinning. They may contain data, are usable without `std',and static initializers are available. …
rust-spin 0.5.2
This crate provides synchronization primitives based on spinning. They may contain data, are usable without `std',and static initializers are available. …
rust-spin 0.7.1
This crate provides synchronization primitives based on spinning. They may contain data, are usable without `std',and static initializers are available. …
rust-spin 0.4.10
This crate provides synchronization primitives based on spinning. They may contain data, are usable without `std',and static initializers are available. …
rust-spin-on 0.1.1
This crate contains what aims to be the simplest possible implementation of a valid executor. Instead of nicely parking the thread and waiting for the future to wake it up, it…
rust-spinning-top 0.2.2
This package provides a simple spinlock crate based on the abstractions provided by `lock_api'. …
rust-spirv-std 0.4.0-alpha.7
This package provides standard functions and types for SPIR-V. …
rust-spirv-std-macros 0.4.0-alpha.12
This package provides macros for spirv-std. …
rust-spirv-types 0.4.0-alpha.12
This package provides SPIR-V types shared between spirv-std and spirv-std-macros. …
rust-spki 0.4.1
This package provides X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs) …
rust-spmc 0.3.0
Simple SPMC channel …
rust-spsc-buffer 0.1.1
This package provides a single-producer single-consumer lock-free buffer. …
rust-sqlite 0.26.0
The package provides an interface to SQLite. …
rust-sqlite3-src 0.3.0
The package provides SQLite. …
rust-sqlite3-sys 0.13.0
The package provides bindings to SQLite. …
rust-st-map 0.1.4
This package provides a runtime for a stack-alocated map. …
rust-stable-deref-trait 1.2.0
This crate defines an unsafe marker trait, StableDeref, for container types which deref to a fixed address which is valid even when the containing type is moved. For example, Box, Vec,…
rust-stacker 0.1.6
This package provides a stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. …
rust-stackvector 1.1.1
StackVec: vector-like facade for stack-allocated arrays. …
rust-standback 0.2.17
New standard library, old compiler. …
rust-starship-module-config-derive 0.2.1
This crate provides a minimal, fast, and customizable prompt for any shell. …