Module model

Module model 

Source
Expand description

Members of this module specialize in “pure” representation of ideas these could be just where our data model lives or could be expressions of complicated algorithmic or abstract ideas. If you’re writing code in this module it’s expected that you optimize for portability by not using IO, not using async, and generally staying away from locks. It’s expected that code in this module is reasonably easy to test as well.

Re-exports§

pub use lazy::ValidationFailure;

Modules§

access_info
account
api
clock
compression_service
core_config
core_ops
core_tree
crypto
errors
feature_flag
file
file_like
file_metadata
filename
lazy
meta
meta_conversions
path_ops
pubkey
secret_filename
server_file
server_meta
server_ops
server_tree
signed_file
signed_meta
staged
svg
symkey
text
tree_like
usage
validate
work_unit