Skip to content

Commit 016965b

Browse files
committed
Rename project
1 parent f14c65a commit 016965b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
2-
name = "control_sys"
2+
name = "control-sys"
33
version = "0.1.0"
44
authors = ["Romain Desarzens <[email protected]>"]
55
description = "A Control System library implemented in Rust to design and analyze control systems."
6-
repository = "https://github.com/rdesarz/control_sys_rs"
6+
repository = "https://github.com/rdesarz/control-sys-rs"
77
readme = "README.md"
88
categories = ["science", "mathematics", "wasm"]
99
keywords = ["control-theory", "control-systems", "state-space-model"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# control_sys, a control system library written in Rust
1+
# control-sys, a control system library written in Rust
22

3-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/rdesarz/control_sys_rs/rust.yml)
3+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/rdesarz/control-sys-rs/rust.yml)
44

5-
**control_sys** is a control system library written in Rust. It implements tools to represent and analyze LTI systems using state-space model.
5+
**control-sys** is a control system library written in Rust. It implements tools to represent and analyze LTI systems using state-space model.
66

77
## Examples
88

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#![warn(missing_docs)]
22
/*!
3-
# control_sys
3+
# control-sys
44
5-
**control_sys** is a control system library written in Rust. It implements tools to represent and analyze LTI systems using state-space model.
5+
**control-sys** is a control system library written in Rust. It implements tools to represent and analyze LTI systems using state-space model.
66
77
## Examples
88

0 commit comments

Comments
 (0)