Module vonuvoli_scheme::externals[][src]

Modules

ansi_term

This is a library for controlling colours and formatting, such as red bold text or blue underlined text, on ANSI terminals.

atty

atty is a simple utility that answers one question

backtrace

A library for acquiring a backtrace at runtime

bincode

Bincode is a crate for encoding and decoding using a tiny binary serialization strategy. Using it, you can easily go from having an object in memory, quickly serialize it to bytes, and then deserialize it back just as fast!

blake2

An implementation of the BLAKE2 hash functions.

blake2_rfc

A pure Rust implementation of BLAKE2 based on RFC 7693.

core

The Rust Core Library

data_encoding

Efficient and customizable data-encoding functions

digest

This crate provides traits for describing funcionality of cryptographic hash functions.

lazy_static

A macro for declaring lazily evaluated statics.

libc [
Experimental
]

Crate docs

lmdb

Near-zero-cost, mostly-safe idiomatic bindings to LMDB.

md5

The MD5 hash function.

rand

Utilities for random number generation

regex

This crate provides a library for parsing, compiling, and executing regular expressions. Its syntax is similar to Perl-style regular expressions, but lacks a few features like look around and backreferences. In exchange, all searches execute in linear time with respect to the size of the regular expression and search text.

ring

Safe, fast, small crypto using Rust with BoringSSL's cryptography primitives.

rustc_demangle

Demangle Rust compiler symbol names.

seahash

SeaHash: A blazingly fast, portable hash function with proven statistical guarantees.

serde

Serde

serde_bytes

Wrapper types to enable optimized handling of &[u8] and Vec<u8>.

serde_derive

This crate provides Serde's two derive macros.

sha1

An implementation of the SHA-1 cryptographic hash algorithm. To use this module, first create a Sha1 object using the Sha1 constructor, then feed it an input message using the input or input_str methods, which may be called any number of times; they will buffer the input until there is enough to call the block algorithm.

sha2

An implementation of the SHA-2 cryptographic hash algorithms.

sha3

An implementation of the SHA-3 cryptographic hash algorithms.

siphasher
tempfile

Temporary files and directories.

test [
Experimental
]

Support code for rustc's built in unit-test and micro-benchmarking framework.