Crate stry_common[][src]

Modules

backend

Types for the configuration and implementation of database backends.

config
error
models
utils

Macros

capture

A macro that allows you to clone, reference or copy variables captured by a closure.

hashmap

Create a HashMap from a list of key-value pairs.

newtype

A macro for easy creation of newtypes.

try_res_opt

A try! like macro for Result<Option<_>, _>s.

vecmap

Create a VecMap from a list of key-value pairs.

Enums

LibraryDetails