software-engineering 0.4.0

Software engineering metrics models, structs, calculations, and examples.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "software-engineering"
version = "0.4.0"
edition = "2024"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
description = "Software engineering metrics models, structs, calculations, and examples."
readme = "README.md"
repository = "https://github.com/publicprojects-io/software-engineering-rust-crate/"
license = "MIT OR Apache-2.0 OR BSD-3-Clause OR GPL-2.0-only OR GPL-3.0-only"
keywords = ["software", "engineering", "metrics", "devops", "analytics"]
categories = ["science", "data-structures", "development-tools"]
include = ["src/**/*", "LICENSE.md", "README.md"]

[dependencies]
rusty-money = "0.5"