utf8proj-core
Core domain model and traits for the utf8proj scheduling engine.
This crate provides:
- Domain types:
Project,Task,Resource,Calendar,Schedule - Core traits:
Scheduler,WhatIfAnalysis,Renderer - Error types and result aliases
Example
use ;
let mut project = new;
project.tasks.push;
project.tasks.push;
project.resources.push;