clean-base 0.2.0

A simple package with useful dependencies for Rust packages.
Documentation
1
2
3
4
5
6
7
# Clean Base

This package contains a simple code base for the creation of packages using
clean architecture. Elements included here including enumerators used on return
of simple entities (see entities/default_responses), enumerators used to type
parent and children relationships (see dtos/enums), and error handlers (see
utils/errors).