Packages — R (Page 56 of 58)
Packages menu:
Browse alphabetically
rust-tui 0.16.0
This package provides a library to build rich terminal user interfaces or dashboards. …
rust-tuikit 0.2.9
This package provides a toolkit for writing TUI applications in Rust. …
rust-tuikit 0.4.5
This package provides a toolkit for writing TUI applications in Rust. …
rust-tungstenite 0.11.1
This library provides an implementation of WebSockets, RFC6455. It allows for both synchronous (like TcpStream) and asynchronous usage and is easy to integrate into any third-party event loops including MIO. …
rust-twoway 0.1.8
This package provides a fast substring search for strings and byte strings. …
rust-twoway 0.2.2
This package provides a fast substring search for strings and byte strings. …
rust-twox-hash 1.6.0
This package provides a Rust implementation of the XXHash and XXH3 algorithms. …
rust-typeable 0.1.2
Exposes Typeable, for getting TypeIds at runtime. …
rust-typed-arena 2.0.1
The arena, a fast but limited type of allocator. …
rust-typed-arena 1.4.1
The arena, a fast but limited type of allocator. …
rust-typed-builder 0.5.1
This package provides compile-time type-checked builder derive. …
rust-typed-headers 0.2.0
This package provides typed HTTP header serialization and deserialization. …
rust-typed-headers 0.1.1
This package provides typed HTTP header serialization and deserialization. …
rust-typemap 0.3.3
A typesafe store for many value types. …
rust-typenum 1.12.0
Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers,…
rust-ucd-parse 0.1.3
This package provides a library for parsing data files in the Unicode character database. …
rust-ucd-trie 0.1.2
This package provides a trie for storing Unicode codepoint sets and maps. …
rust-ucd-util 0.1.7
This package provides a small utility library for working with the Unicode character database. …
rust-uds-windows 0.1.5
This library integrates Unix Domain Sockets on Windows. …
rust-ufmt 0.1.0
This package provides a (6-40x) smaller, (2-9x) faster and panic-free alternative to `core::fmt'. …
rust-ufmt-macros 0.1.1
This package provides μfmt macros. …
rust-ufmt-write 0.1.0
This package provides `μfmt''s `uWrite' trait. …
rust-uint 0.4.1
This package is a Rust library for large, fixed-size integer arithmetic. …
rust-uint 0.9.1
This package is a Rust library for large, fixed-size integer arithmetic. …
rust-umask 1.0.0
This package provides an utility to deal with Unix access mode. …
rust-uncased 0.9.6
This package provides case-preserving, ASCII case-insensitive, `no_std' string types in Rust. …
rust-unchecked-index 0.2.2
Unchecked indexing wrapper using regular index syntax. …
rust-ungrammar 1.14.9
This package provides a DSL for describing concrete syntax trees. …
rust-unic-char-property 0.9.0
This package provides character property taxonomy, contracts and build macros for the Unicode and Internationalization Crates (UNIC) project. …
rust-unic-char-range 0.9.0
This package provides Unicode character range and iteration for the Unicode and Internationalization Crates (UNIC) project. …
rust-unic-common 0.9.0
This package provides common utilities for the Unicode and Internationalization Crates (UNIC) project. …
rust-unic-segment 0.9.0
This UNIC component implements algorithms from Unicode Standard Annex #29 - Unicode Text Segmentation, used for detecting boundaries of text element boundaries, such as user-perceived characters (a.k.a. grapheme clusters), words, and sentences. …
rust-unic-ucd-segment 0.9.0
This package provides segmentation properties in the Unicode character database for the Unicode and Internationalization Crates (UNIC) project. …
rust-unic-ucd-version 0.9.0
This package provides a Unicode character database for the Unicode and Internationalization Crates (UNIC) project. …
rust-unicase 1.4.2
This package provides a case-insensitive wrapper around strings. …
rust-unicase 2.6.0
This package provides a case-insensitive wrapper around strings. …
rust-unicode-bidi 0.3.4
Implementation of the Unicode Bidirectional Algorithm. …
rust-unicode-categories 0.1.1
unicode-categories is a simple crate that adds many extensions to the char type that allow for the querying if whether or not a character is a member of a certain category of…
rust-unicode-linebreak 0.1.2
This package provides an Implementation of the Unicode Line Breaking Algorithm in Rust. …
rust-unicode-normalization 0.1.19
This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. …
rust-unicode-segmentation 1.8.0
This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. …
rust-unicode-width 0.1.9
This crate allows you to determine displayed width of `char' and `str' types according to Unicode Standard Annex #11 rules. …
rust-unicode-xid 0.0.4
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. …
rust-unicode-xid 0.2.1
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. …
rust-unicode-xid 0.1.0
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. …
rust-unindent 0.1.7
This crate allows you to remove a column of leading whitespace from a string. …
rust-uniquote 3.1.0
This package provides a Rust library to quote strings for clear display in the output. …
rust-universal-hash 0.4.0
This package provides traits for universal hash functions. …
rust-universal-hash 0.3.0
This package provides traits for universal hash functions. …
rust-unix-socket 0.5.0
This package provides unix domain socket bindings. …
rust-unreachable 1.0.0
This package provides an unreachable code optimization hint in rust. …
rust-unsafe-any 0.4.2
Traits and implementations for unchecked downcasting. …
rust-unsafe-unwrap 0.1.0
This crate enables unchecked unwrapping on Option and Result types. …
rust-untrusted 0.6.2
Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust. …
rust-untrusted 0.7.1
Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust. …
rust-unwrap 1.2.1
This crate provides two macros, `unwrap!' and `unwrap_err!'. The former can be used to unwrap values of type `Result' or `Option' (or any type that implements VerboseUnwrap) and is comparable to…
rust-uom 0.30.0
Units of measurement is a crate that does automatic type-safe zero-cost dimensional analysis. …
rust-uom 0.31.1
Units of measurement is a crate that does automatic type-safe zero-cost dimensional analysis. …
rust-ureq 2.4.0
This package provides minimal request library in Rust. …
rust-ureq 1.5.5
This package provides minimal request library in Rust. …
rust-url 1.7.2
URL library for Rust, based on the WHATWG URL Standard. …
rust-url 2.2.2
URL library for Rust, based on the WHATWG URL Standard. …
rust-urlencoding 1.1.1
This package provides a Rust library for doing URL percentage encoding. …
rust-urlocator 0.1.3
Locate URLs in character streams. …
rust-user32-sys 0.2.0
Contains function definitions for the Windows API library user32. See winapi for types and constants. …
rust-users 0.10.0
This package provides a library for getting information on Unix users and groups. …
rust-users 0.11.0
This package provides a library for getting information on Unix users and groups. …
rust-users 0.9.1
This package provides a library for getting information on Unix users and groups. …
rust-utf-8 0.7.5
Incremental, zero-copy UTF-8 decoding with error handling. …
rust-utf8-ranges 0.1.3
Convert ranges of Unicode codepoints to UTF-8 byte ranges. …
rust-utf8-ranges 1.0.4
Convert ranges of Unicode codepoints to UTF-8 byte ranges. …
rust-utf8-width 0.1.4
This package determines the width of a UTF-8 character by providing its first byte. …
rust-utf8parse 0.2.0
This package provides a table-driven UTF-8 parser. …
rust-utf8parse 0.1.1
This package provides a table-driven UTF-8 parser. …
rust-uuid 0.8.2
This package provides a library to generate and parse UUIDs. …
rust-uuid 0.5.1
This package provides a library to generate and parse UUIDs. …
rust-uuid 0.7.4
This package provides a library to generate and parse UUIDs. …
rust-v-frame 0.2.5
This package provides `Video Frame' data structures, as a part of rav1e. …
rust-value-bag 1.0.0-alpha.6
This package provides anonymous structured values. …
rust-vcell 0.1.3
This package provides a Cell structure with volatile read / write operations. …
rust-vcpkg 0.2.11
This package provides a library to find native dependencies in a `vcpkg' tree at build time in order to be used in Cargo build scripts. …
rust-vec-arena 1.0.0
This package provides a simple object arena. …
rust-vec-map 0.8.2
This package provides a simple map based on a vector for small integer keys. …
rust-vec1 1.8.0
This package provides wrapper for a std::Vec assuring that it has at least 1 element. …
rust-vecmath 1.0.0
This package provides a simple and type agnostic library for vector math designed for reexporting. …
rust-vergen 3.1.0
Generate version related functions. …
rust-version-check 0.1.5
This tiny crate checks that the running or installed rustc meets some version requirements. The version is queried by calling the Rust compiler with `--version'. The path to the compiler…
rust-version-check 0.9.2
This tiny crate checks that the running or installed rustc meets some version requirements. The version is queried by calling the Rust compiler with `--version'. The path to the compiler…
rust-version-compare 0.0.11
This package provides a Rust library to easily compare version numbers, and test them against various comparison operators. …
rust-version-sync 0.8.1
Simple crate for ensuring that version numbers in README files are updated when the crate version changes. …
rust-version-sync 0.6.0
Simple crate for ensuring that version numbers in README files are updated when the crate version changes. …
rust-version-sync 0.9.4
Simple crate for ensuring that version numbers in README files are updated when the crate version changes. …
rust-versions 3.0.2
This package provides a library for parsing and comparing software version numbers. …
rust-void 1.0.2
The uninhabited void type for use in statically impossible cases. …
rust-volatile-register 0.2.1
This package provides volatile access to memory mapped hardware registers. …
rust-vswhom 0.1.0
This package provides a pure FFI to Jon Blow's VS discovery script. …
rust-vswhom-sys 0.1.0
This package provides a pure FFI to Jon Blow's VS discovery script. …
rust-vte 0.3.3
This package provides a parser for implementing terminal emulators. …
rust-vte 0.10.0
This package provides a parser for implementing terminal emulators. …
rust-vte 0.9.0
This package provides a parser for implementing terminal emulators. …