Module otter_api_tests::imports[][src]

Re-exports

pub use otter;
pub use humantime;

Modules

anyhow

github

crates-io

docs-rs

base64

Configs

boolinator

Provides the Boolinator trait, which lets you use Option and Result-style combinators with bools.

cast_trait_object

This crate offers functionality for casting between trait objects using only safe Rust and no platform specific code. If you want to downcast to concrete types instead of other trait objects then this crate can’t help you, instead use std::any or a crate like downcast-rs.

chrono

Chrono: Date and Time for Rust

chrono_tz

Chrono-TZ 0.4.1

delegate

This crate removes some boilerplate for structs that simply delegate some of their methods to one or more of their fields.

digest

This crate provides traits which describe functionality of cryptographic hash functions.

either

The enum Either with variants Left and Right is a general purpose sum type with two cases.

env_logger

A simple logger that can be configured via environment variables, for use with the logging facade exposed by the log crate.

failure

An experimental new error-handling library. Guide-style introduction is available here.

flexi_logger

A flexible and easy-to-use logger that writes logs to stderr and/or to files or other output streams.

fs2

Extended utilities for working with files and filesystems in Rust.

glob

Support for matching file paths against Unix shell style patterns.

index_vec

This crate helps with defining “newtype”-style wrappers around usize (or other integers), Vec<T>, and [T] so that some additional type safety can be gained at zero cost.

inventory

github

crates-io

docs-rs

lazy_init

A crate for things that are

lazy_static

A macro for declaring lazily evaluated statics.

libc

libc - Raw FFI bindings to platforms’ system libraries

log

A lightweight logging facade.

nix

Rust friendly bindings to the various *nix system functions.

once_cell

Overview

ordered_float

Wrappers for total order on Floats. See the OrderedFloat and NotNan docs for details.

otter_base
parking_lot

This library provides implementations of Mutex, RwLock, Condvar and Once that are smaller, faster and more flexible than those in the Rust standard library. It also provides a ReentrantMutex type.

pwd

Safe interface to <pwd.h>

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.

rmp_serde

This crate connects Rust MessagePack library with serde providing an ability to easily serialize and deserialize both Rust built-in types, the standard library and custom data structures.

sha2

An implementation of the SHA-2 cryptographic hash algorithms.

slotmap

slotmap

toml

A TOML-parsing library

uds

A unix domain sockets library that supports abstract addresses, fd-passing, SOCK_SEQPACKET sockets and more.

unicode_width

Determine displayed width of char and str types according to Unicode Standard Annex #11 rules.

vecdeque_stableix

deque (double-ended queue) with stable element indices

zipfile

An ergonomic API for reading and writing ZIP files.