Crate taskmr

Source
Expand description

§taskmr

taskmr is a Task ManageR. taskmr supplys the simple and efficient way to manage tasks.

Bellow modules are layers based on Onion Architecture.

Modules§

ddd
ddd is a usefule module that provide traits about ddd.
domain
domain is a layer which represent business rules.
infra
infra is a infrastructure layer.
presentation
presentation is a layer which is transrate from/to any UI.
usecase
usecase is a layer which represent use case.