Crates.io | clean-base |
lib.rs | clean-base |
version | 1.2.0 |
source | src |
created_at | 2022-12-17 17:02:50.726669 |
updated_at | 2023-12-04 15:39:22.317275 |
description | A simple package with useful dependencies for Rust packages. |
homepage | |
repository | https://github.com/sgelias/clean-base |
max_upload_size | |
id | 739957 |
size | 33,188 |
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).