clean-base 1.2.0

A simple package with useful dependencies for Rust packages.
Documentation

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).