Packages — R (Page 25 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-hex-literal-impl 0.1.2

Internal implementation of the hex-literal crate. …

rust-hmac 0.7.1

This package provides a generic implementation of HMAC (Hash-based Message Authentication Code). …

rust-hmac 0.8.1

This package provides a generic implementation of HMAC (Hash-based Message Authentication Code). …

rust-hostname 0.3.1

Get hostname for Rust. …

rust-hostname 0.1.5

Get hostname for Rust. …

rust-html5ever 0.23.0

High-performance browser-grade HTML5 parser. …

rust-html5ever 0.24.1

High-performance browser-grade HTML5 parser. …

rust-http 0.1.17

This package provides a set of types for representing HTTP requests and responses. …

rust-http 0.2.1

This package provides a set of types for representing HTTP requests and responses. …

rust-http-body 0.1.0

Trait representing an asynchronous, streaming, HTTP request or response body. …

rust-http-body 0.3.1

Trait representing an asynchronous, streaming, HTTP request or response body. …

rust-http-req 0.5.4

Simple and lightweight HTTP client with built-in HTTPS support. …

rust-httparse 1.3.3

This package provides a tiny, safe, speedy, zero-copy HTTP/1.x parser. …

rust-humantime 1.3.0

A parser and formatter for `std::time::Duration, SystemTime '. …

rust-humantime 2.0.1

A parser and formatter for `std::time::Duration, SystemTime '. …

rust-hyper 0.12.35

This package provides a fast and correct HTTP library. …

rust-hyper-tls 0.3.2

Default TLS implementation for use with hyper …

rust-ident-case 1.0.1

Utility for applying case rules to Rust identifiers. …

rust-idna 0.2.0

IDNA (Internationalizing Domain Names in Applications) and Punycode. …

rust-idna 0.1.5

IDNA (Internationalizing Domain Names in Applications) and Punycode. …

rust-ignore 0.4.16

This package provides a fast library for efficiently matching ignore files such as .gitignore against file paths. …

rust-image 0.23.6

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats. …

rust-image 0.22.5

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats. …

rust-image 0.21.3

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats. …

rust-image 0.20.1

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats. …

rust-indexmap 1.4.0

This package provides a hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values…

rust-inflate 0.4.5

This package provides DEFLATE decoding. …

rust-inotify 0.7.1

This package provides an idiomatic wrapper for inotify written in Rust. …

rust-inotify 0.6.1

This package provides an idiomatic wrapper for inotify written in Rust. …

rust-inotify-sys 0.1.3

This package provides inotify bindings for the Rust programming language. …

rust-insta 0.8.1

This package provides a snapshot testing library for Rust. …

rust-instant 0.1.2

This package provides a partial replacement for `std::time::Instant' that works on WASM too. …

rust-interpolate-name 0.2.3

Simple procedural macro attribute for repetitive tests. …

rust-interpolation 0.2.0

This package provides a library for interpolation. …

rust-intervaltree 0.2.4

This package provides a simple and generic implementation of an immutable interval tree. …

rust-iovec 0.1.4

Portable buffer type for scatter/gather I/O operations. …

rust-iso8601 0.1.1

Parsing ISO8601 dates using nom. …

rust-itertools 0.7.11

Extra iterator adaptors, iterator methods, free functions, and macros. …

rust-itertools 0.8.2

Extra iterator adaptors, iterator methods, free functions, and macros. …

rust-itertools 0.5.10

Extra iterator adaptors, iterator methods, free functions, and macros. …

rust-itertools 0.9.0

Extra iterator adaptors, iterator methods, free functions, and macros. …

rust-itertools-num 0.1.3

Numerical iterator tools. Extra iterators and iterator methods and functions. …

rust-itoa 0.1.1

This crate provides fast functions for printing integer primitives to an `io::Write'. …

rust-itoa 0.3.4

This crate provides fast functions for printing integer primitives to an `io::Write'. …

rust-itoa 0.4.5

This crate provides fast functions for printing integer primitives to an `io::Write'. …

rust-ivf 0.1.0

This package provides a simple ivf muxer. …

rust-jemalloc-sys 0.1.8

This package provides Rust FFI bindings to jemalloc. …

rust-jemalloc-sys 0.3.2

This package provides Rust FFI bindings to jemalloc. …

rust-jemallocator 0.3.2

This package provides a Rust allocator backed by jemalloc. …

rust-jemallocator 0.1.9

This package provides a Rust allocator backed by jemalloc. …

rust-jobserver 0.1.19

An implementation of the GNU make jobserver for Rust. …

rust-jpeg-decoder 0.1.18

JPEG decoder written in Rust. …

rust-js-sys 0.3.37

Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]' using the wasm-bindgen crate. …

rust-json 0.11.15

This crate provides a JSON implementation in Rust, reducing friction with idiomatic Rust structs to ease interopability. …

rust-kernel32-sys 0.2.2

Contains function definitions for the Windows API library kernel32. …

rust-khronos-api 3.1.0

The Khronos XML API Registry, exposed as byte string constants. …

rust-lalrpop 0.17.2

LALRPOP is a Rust parser generator framework with usability as its primary goal. You should be able to write compact, DRY, readable grammars. …

rust-lalrpop-util 0.17.2

THis package provides the runtime library for parsers generated by LALRPOP. …

rust-language-tags 0.2.2

Language tags can be used identify human languages, scripts e.g. Latin script, countries and other regions. They are commonly used in HTML and HTTP `Content-Language' and `Accept-Language' header fields. …

rust-lazy-static 1.3.0

This package provides a macro for declaring lazily evaluated statics in Rust. Using this macro, it is possible to have `static's that require code to be executed at runtime in order to…

rust-lazy-static 0.2.11

This package provides a macro for declaring lazily evaluated statics in Rust. Using this macro, it is possible to have `static's that require code to be executed at runtime in order to…

rust-lazy-static 0.1.16

This package provides a macro for declaring lazily evaluated statics in Rust. Using this macro, it is possible to have `static's that require code to be executed at runtime in order to…

rust-lazy-static 1.4.0

This package provides a macro for declaring lazily evaluated statics in Rust. Using this macro, it is possible to have `static's that require code to be executed at runtime in order to…

rust-lazycell 1.2.1

This package provides a library providing a lazily filled Cell struct. …

rust-lexical-core 0.7.4

Lexical, to- and from-string conversion routines. …

rust-lexical-core 0.4.2

Lexical, to- and from-string conversion routines. …

rust-libc 0.2.71

The rust libc crate provides all of the definitions necessary to easily interoperate with C code (or "C-like" code) on each of the platforms that Rust supports. This includes type definitions…

rust-libc-print 0.1.13

This package provices `println!' and `eprintln!' macros on libc without stdlib. …

rust-libgit2-sys 0.10.0

This package provides native rust bindings to the `libgit2' library. …

rust-libgit2-sys 0.8.2

This package provides native rust bindings to the `libgit2' library. …

rust-libgit2-sys 0.7.11

This package provides native rust bindings to the `libgit2' library. …

rust-libloading 0.3.4

A memory-safer wrapper around system dynamic library loading primitives. The most important safety guarantee by this library is prevention of dangling-Symbols that may occur after a Library is unloaded. Using…

rust-libloading 0.5.2

A memory-safer wrapper around system dynamic library loading primitives. The most important safety guarantee by this library is prevention of dangling-Symbols that may occur after a Library is unloaded. Using…

rust-libm 0.2.1

This package provides an implementation of libm in pure Rust. …

rust-libm 0.1.4

This package provides an implementation of libm in pure Rust. …

rust-libnghttp2-sys 0.1.2

This package provides FFI bindings for libnghttp2 (nghttp2). …

rust-libsqlite3-sys 0.15.0

Native bindings to the libsqlite3 library …

rust-libssh2-sys 0.2.14

This package provides native rust bindings to the `libssh2' library. …

rust-libz-sys 1.0.25

This package provides bindings to the system `libz' library (also known as zlib). …

rust-line-drawing 0.7.0

This package provides a collection of line-drawing algorithms for use in graphics and video games. …

rust-line-wrap 0.1.1

Efficiently insert line separators. …

rust-linked-hash-map 0.5.3

This package provides a HashMap wrapper that holds key-value pairs in insertion order. …

rust-linked-hash-map 0.4.2

This package provides a HashMap wrapper that holds key-value pairs in insertion order. …

rust-linked-hash-map 0.3.0

This package provides a HashMap wrapper that holds key-value pairs in insertion order. …

rust-locale 0.2.2

This package provides a library for basic localisation. …

rust-locale-config 0.3.0

Maintains locale preferences for process and thread and initialises them by inspecting the system for user preference. …

rust-locale-config 0.2.3

Maintains locale preferences for process and thread and initialises them by inspecting the system for user preference. …

rust-lock-api 0.2.0

This package provides wrappers to create fully-featured `Mutex' and `RwLock' types. It is compatible with `no_std'. …

rust-lock-api 0.1.5

This package provides wrappers to create fully-featured `Mutex' and `RwLock' types. It is compatible with `no_std'. …

rust-lock-api 0.3.4

This package provides wrappers to create fully-featured `Mutex' and `RwLock' types. It is compatible with `no_std'. …

rust-log 0.4.8

This package provides a lightweight logging facade for Rust. …

rust-log 0.3.9

This package provides a lightweight logging facade for Rust. …

rust-loom 0.3.2

Permutation testing for concurrent code …

rust-loom 0.1.1

Permutation testing for concurrent code …

rust-loom 0.2.13

Permutation testing for concurrent code …

rust-lru-cache 0.1.2

This package provides a cache that holds a limited number of key-value pairs. …

rust-lscolors 0.6.0

Colorize paths using the LS_COLORS environment variable. …

rust-lscolors 0.7.1

Colorize paths using the LS_COLORS environment variable. …

rust-lyon-geom 0.14.1

This package provides 2D graphics rendering on the GPU using tessellation. …

rust-lyon-path 0.14.0

Types and utilities to store, build and iterate over 2D paths. …

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