John15321 / proc-opt

Process optimization library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Code check Docs Package Tests

Process Optimization

WORK IN PROGRESS Process optimization library.

Features


Algorithms (TODO):

  • Schrage
  • Carlier
  • Simulated Annealing

Development and branching strategy


Specfic branch names:

  • Main: "main"
  • Develop: "branch_develop"
  • Feature: "ISSUENUMBER-short-lowercase-description" e.g. "6-make-better-readme"

Branching strategy:

Useful tips

  • For running test in a more visually appealing way use the cargo-nextest crate.
  • For drawing the module tree of your crate use cargo-modules crate
  • For manipulating the Cargo.toml in cmd use cargo-edit crate
  • For cheking if your deps have security vulnerabilities use cargo-audit crate
  • Tox like task definition using cargo-make
  • For smootinh the release process use cargo-release

Credits


This package was created with Cookiecutter, and the John15321/cookiecutter-krabby-patty project template.

Cookiecutter: https://github.com/audreyr/cookiecutter

John15321/cookiecutter-krabby-patty: https://github.com/John15321/cookiecutter-krabby-patty

About

Process optimization library.

License:MIT License


Languages

Language:Rust 95.6%Language:HTML 4.4%