Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.98 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.98 KB

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