Packages — R (Page 39 of 43)
Packages menu:
Browse alphabetically
rust-sharded-slab 0.1.0
This package provides a lock-free concurrent slab. …
rust-shared-child 0.3.4
A library for using child processes from multiple threads. …
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-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-signal-hook 0.3.4
This package provides Unix signal handling. …
rust-signal-hook 0.1.16
This package provides Unix signal handling. …
rust-signal-hook-registry 1.3.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.2.2
This package contains traits which provide generic, object-safe APIs for generating and verifying digital signatures. …
rust-signature-derive 1.0.0-pre.2
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.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.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 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-helpers 0.1.0
This package provides helpers to write more compact simd code. …
rust-simple-mutex 1.1.5
This package provides a mutex more efficient than `std' and simpler than `parking_lot'. …
rust-siphasher 0.2.3
SipHash functions from rust-core < 1.13. …
rust-siphasher 0.3.2
This package provides SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust. …
rust-size-format 1.0.2
This package allows for easier formatting of sizes. …
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.4.2
This create provides a pre-allocated storage for a uniform data type. …
rust-slab 0.3.0
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.4.2
This package provides asynchronous byte buffers and pipes for concurrent I/O programming. …
rust-sluice 0.5.3
This package provides asynchronous byte buffers and pipes for concurrent I/O programming. …
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-smallvec 1.4.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-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-socket2 0.3.19
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-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-speculate 0.1.2
An RSpec inspired minimal testing framework for Rust. …
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.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-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-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.0.6
StackVec: vector-like facade for stack-allocated arrays. …
rust-standback 0.2.10
New standard library, old compiler. …
rust-state 0.4.2
This package provides a library for safe global and thread-local state management. …
rust-static-assertions 1.1.0
This package provides compile-time assertions to ensure that invariants are met. …
rust-static-assertions 0.3.4
This package provides compile-time assertions to ensure that invariants are met. …
rust-static-map-macro 0.2.1
This package provides a macro to create a stack-alocated map. …
rust-stb-truetype 0.3.1
This package provides a straight translation of the font loading code in `stb_truetype.h' from C to Rust. …
rust-std-prelude 0.2.12
A package that simply uses all of the items often included in a Rust codebase. …
rust-stdweb 0.4.20
This package provides a standard library for the client-side Web. …
rust-stdweb-derive 0.5.3
This crate currently defines a derive macro for `stdweb' which allows you to define custom reference types outside of the `stdweb' library. …
rust-stdweb-internal-macros 0.2.9
Internal procedural macros for the `stdweb' crate. …
rust-stdweb-internal-runtime 0.1.5
This crate provides internal runtime for the `stdweb' crate. …
rust-stdweb-internal-test-macro 0.1.1
Internal crate of the `stdweb' crate. …
rust-stfu8 0.2.4
STFU-8 is a hacky text encoding/decoding protocol for files that partially uses UTF-8. Its primary purpose is to allow a human to visualize and edit data that is mostly UTF-8. …
rust-str-buf 1.0.5
This package provides a static string buffer. …
rust-stream-cipher 0.3.0
This package provides stream cipher traits. …
rust-stream-cipher 0.4.1
This package provides stream cipher traits. …
rust-streaming-stats 0.2.3
Experimental crate for computing basic statistics on streams. …
rust-string 0.2.1
This package provides a UTF-8 encoded string with configurable byte storage. …
rust-string-cache 0.8.0
This package provides a string interning library for Rust, developed as part of the Servo project. …
rust-string-cache 0.7.5
This package provides a string interning library for Rust, developed as part of the Servo project. …
rust-string-cache-codegen 0.4.4
This package provides a codegen library for string-cache, developed as part of the Servo project. …
rust-string-cache-codegen 0.5.1
This package provides a codegen library for string-cache, developed as part of the Servo project. …
rust-string-cache-shared 0.3.0
Code share between string_cache and string_cache_codegen. …
rust-stringprep 0.1.2
This package provides an implementation of the ``stringprep'' algorithm as defined in RFC 3454. …
rust-strip-ansi-escapes 0.1.0
This crate is for stripping ANSI escape sequences from byte sequences. This can be used to take output from a program that includes escape sequences and write it somewhere that does not…
rust-strsim 0.8.0
This crate includes implementations of string similarity metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler. …
rust-strsim 0.5.2
This crate includes implementations of string similarity metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler. …
rust-strsim 0.6.0
This crate includes implementations of string similarity metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler. …
rust-strsim 0.9.3
This crate includes implementations of string similarity metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler. …
rust-structopt 0.2.18
Parse command line arguments by defining a struct. …
rust-structopt 0.3.12
Parse command line argument by defining a struct. …
rust-structopt-derive 0.4.5
Parse command line argument by defining a struct, derive crate. …
rust-structopt-derive 0.2.18
Parse command line argument by defining a struct, derive crate. …
rust-strum 0.18.0
Strum is a set of macros and traits for working with enums and strings easier in Rust. …
rust-strum-macros 0.18.0
This crate provides helpful macros for working with enums and strings. …
rust-subtle 1.0.0
This package provides Pure-Rust traits and utilities for constant-time cryptographic implementations. …
rust-subtle 2.2.3
This package provides Pure-Rust traits and utilities for constant-time cryptographic implementations. …