Packages — R (Page 30 of 32)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

rust-servo-fontconfig-sys 4.0.9

This package provides a Rust wrapper around Fontxonfig. …

rust-servo-freetype-sys 4.0.5

This package provides a Rust wrapper around the FreeType library. …

rust-sha-1 0.8.2

SHA-1 hash function. …

rust-sha-1 0.9.1

SHA-1 hash function. …

rust-sha1 0.6.0

Minimal implementation of SHA1 for Rust. …

rust-sha1 0.2.0

Minimal implementation of SHA1 for Rust. …

rust-sha1-asm 0.4.3

Assembly implementation of SHA-1 compression function. …

rust-sha2 0.8.2

This package provides a pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. …

rust-sha2 0.9.1

This package provides a pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. …

rust-sha2-asm 0.5.4

This package provides an assembly implementations of hash functions core functionality. …

rust-shader-version 0.6.0

This package provides a helper library for detecting and picking compatible shaders. …

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-words 0.1.0

Process command line according to parsing rules of UNIX shell. …

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.1.13

Unix signal handling. …

rust-signal-hook-registry 1.2.0

Backend crate for signal-hook. …

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-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-skeptic 0.13.4

Test your Rust markdown documentation via Cargo. …

rust-skeptic 0.9.0

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-sleef-sys 0.1.2

Rust FFI bindings to the SLEEF Vectorized Math Library. …

rust-slog 2.5.2

This package provides structured, extensible, composable logging for Rust. …

rust-slog 2.4.1

Structured, extensible, composable logging for Rust. …

rust-smallvec 0.6.13

'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-smithay-client-toolkit 0.6.4

Toolkit for making client wayland applications. …

rust-smithay-client-toolkit 0.4.6

Toolkit for making client wayland applications. …

rust-smithay-clipboard 0.3.6

This package provides access to the wayland clipboard for client applications. …

rust-socket2 0.3.11

This package provides utilities for handling networking sockets with a maximal amount of configuration possible intended. …

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-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-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-stable-deref-trait 1.1.1

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-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-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-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-stream-cipher 0.3.0

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.7.5

This package provides a string interning library for Rust, developed as part of the Servo project. …

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-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-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-strsim 0.8.0

This crate includes implementations of string similarity metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler. …

rust-structopt 0.3.12

Parse command line argument by defining a struct. …

rust-structopt 0.2.18

Parse command line arguments 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-subtle 2.2.3

This package provides Pure-Rust traits and utilities for constant-time cryptographic implementations. …

rust-subtle 1.0.0

This package provides Pure-Rust traits and utilities for constant-time cryptographic implementations. …

rust-sval 0.4.7

This package provides a no-std, object-safe serialization framework. …

rust-sval-derive 0.4.7

Custom derive for sval. …

rust-syn 0.11.11

Parser for Rust source code …

rust-syn 0.15.44

Parser for Rust source code …

rust-syn 1.0.17

Parser for Rust source code …

rust-syn-mid 0.5.0

This package provides the features between "full" and "derive" of syn. …

rust-synom 0.11.3

Stripped-down Nom parser used by Syn. …

rust-synstructure 0.12.3

This package provides helper methods and macros for custom derives. …

rust-synstructure 0.10.2

Helper methods and macros for custom derives. …

rust-synstructure-test-traits 0.1.0

This package provides helper test traits for synstructure doctests. …

rust-syntect 3.3.0

This package provides a library for syntax highlighting and code intelligence using Sublime Text's grammars. …

rust-syntex 0.58.1

This package provides a library that enables compile time syntax extension expansion. …

rust-syntex-errors 0.58.1

This package provides a backport of `librustc_errors'. …

rust-syntex-pos 0.58.1

This package provides a backport of `libsyntax_pos'. …

rust-syntex-syntax 0.58.1

This package provides a backport of libsyntax. …

rust-sysctl 0.1.4

Simplified interface to libc::sysctl. …

rust-sysctl 0.4.0

Simplified interface to libc::sysctl. …

rust-syslog 3.3.0

Send log messages to syslog. …

rust-syslog 4.0.1

Send log messages to syslog. …

rust-takeable-option 0.4.0

This package provides a small wrapper around option. …

rust-tar 0.4.26

This package provides a Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally,…

rust-target-build-utils 0.3.1

Utility crate to handle the `TARGET' environment variable passed into `build.rs' scripts. …

rust-target-lexicon 0.10.0

Targeting utilities for compilers and related tools …

rust-tempdir 0.3.7

This package provides a library for managing a temporary directory and deleting all contents when it's dropped. …

rust-tempfile 3.1.0

This package provides a library for managing temporary files and directories. …

rust-tendril 0.4.1

Compact buffer/string type for zero-copy parsing. …

rust-term 0.4.6

This package provides a terminal formatting library. …

rust-term 0.2.14

This package provides a terminal formatting library. …

rust-term 0.6.1

This package provides a terminal formatting library. …

rust-term 0.5.2

This package provides a terminal formatting library. …

rust-term-grid 0.1.7

This package provides a library for formatting strings into a grid layout. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z