Crate stry_common
Source - backend
- Types for the implementation of database backends.
- config
- Init config information, everything else is handled though the frontend.
- error
- layered
- A very simple layered configuration wrapper.
- models
- Database entity models, and utility wrappers and newtypes.
- uri
- A simple parser for database connection URIs.
- utils
- 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
newtype
s. - try_res_opt
- A
try!
like macro for Result<Option<_>, _>
s. - vecmap
- Create a
VecMap
from a list of key-value pairs.
- nanoid
- Returns a new
Id
generated using nanoid with a custom alphabet.