rust_mechanical 0.0.1

Mechanical engineering calculation library and terminal based GUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.crossterm]
version = "0.27.0"

[dependencies.ratatui]
version = "0.24.0"

[package]
description = "Mechanical engineering calculation library and terminal based GUI"
edition = "2021"
license = "MIT"
name = "rust_mechanical"
readme = "README.md"
version = "0.0.1"