mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-05-29 21:47:40 +02:00
Adding a new Simulation section under Applications
This commit is contained in:
parent
097392b652
commit
5e15c94e77
@ -19,6 +19,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||||||
- [Operating systems](#operating-systems)
|
- [Operating systems](#operating-systems)
|
||||||
- [Productivity](#productivity)
|
- [Productivity](#productivity)
|
||||||
- [Security tools](#security-tools)
|
- [Security tools](#security-tools)
|
||||||
|
- [Simulation](#simulation)
|
||||||
- [System tools](#system-tools)
|
- [System tools](#system-tools)
|
||||||
- [Task scheduling](#task-scheduling)
|
- [Task scheduling](#task-scheduling)
|
||||||
- [Text editors](#text-editors)
|
- [Text editors](#text-editors)
|
||||||
@ -88,7 +89,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||||||
- [Peripherals](#peripherals)
|
- [Peripherals](#peripherals)
|
||||||
- [Platform specific](#platform-specific)
|
- [Platform specific](#platform-specific)
|
||||||
- [Scripting](#scripting)
|
- [Scripting](#scripting)
|
||||||
- [Simulation](#simulation)
|
- [Simulation](#simulation-1)
|
||||||
- [Task scheduling](#task-scheduling-1)
|
- [Task scheduling](#task-scheduling-1)
|
||||||
- [Template engine](#template-engine)
|
- [Template engine](#template-engine)
|
||||||
- [Text processing](#text-processing-1)
|
- [Text processing](#text-processing-1)
|
||||||
@ -299,6 +300,9 @@ See also [A comparison of operating systems written in Rust](https://github.com/
|
|||||||
* [ripasso](https://github.com/cortex/ripasso/) — A password manager, filesystem compatible with pass
|
* [ripasso](https://github.com/cortex/ripasso/) — A password manager, filesystem compatible with pass
|
||||||
* [rustscan/rustscan](https://github.com/RustScan/RustScan) — Make Nmap faster with this port scanning tool [](https://github.com/RustScan/RustScan/actions?query=workflow%3A%22Continuous+integration%22)
|
* [rustscan/rustscan](https://github.com/RustScan/RustScan) — Make Nmap faster with this port scanning tool [](https://github.com/RustScan/RustScan/actions?query=workflow%3A%22Continuous+integration%22)
|
||||||
|
|
||||||
|
### Simulation
|
||||||
|
* [hEngine](https://github.com/hashintel/hash) - A Rust-implemented computational simulation engine, supporting large-scale agent-based modelling, with simulation logic written in JavaScript and Python.
|
||||||
|
|
||||||
### System tools
|
### System tools
|
||||||
|
|
||||||
* [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide/) — A fast alternative to `cd` that learns your habits [](https://github.com/ajeetdsouza/zoxide/actions)
|
* [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide/) — A fast alternative to `cd` that learns your habits [](https://github.com/ajeetdsouza/zoxide/actions)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user