Crates.io | milston |
lib.rs | milston |
version | 0.2.0 |
source | src |
created_at | 2022-06-19 14:03:13.351713 |
updated_at | 2022-06-20 17:38:56.757624 |
description | Library for creating Project management apps |
homepage | https://gitlab.com/alosarjos/milston |
repository | https://gitlab.com/alosarjos/milston |
max_upload_size | |
id | 608953 |
size | 24,048 |
Milston is a library for creating task managers. The idea behind it, is to provide an interface to build different clients (CLI, Web, GUI...) around it. This allows changing between different clients keeping the data and the config without the need to export and import it.
First of all, it aims to provide a single easy to use interface to make Project management apps. Secondly, it's an easy and simple library to learn best practices regarding Rust development. I will gladly apply Pull Requests no only related to functionality but also to code refactoring regarding idiomatic changes or design patterns.
The implementation should provide enough methods to be able to change almost anything while keeping an stable API at least for now.