mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 04:13:17 +00:00
Adding a new Simulation section under Applications
This commit is contained in:
parent
097392b652
commit
5e15c94e77
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
- [Operating systems](#operating-systems)
|
||||
- [Productivity](#productivity)
|
||||
- [Security tools](#security-tools)
|
||||
- [Simulation](#simulation)
|
||||
- [System tools](#system-tools)
|
||||
- [Task scheduling](#task-scheduling)
|
||||
- [Text editors](#text-editors)
|
||||
|
@ -88,7 +89,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
- [Peripherals](#peripherals)
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Scripting](#scripting)
|
||||
- [Simulation](#simulation)
|
||||
- [Simulation](#simulation-1)
|
||||
- [Task scheduling](#task-scheduling-1)
|
||||
- [Template engine](#template-engine)
|
||||
- [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
|
||||
* [rustscan/rustscan](https://github.com/RustScan/RustScan) — Make Nmap faster with this port scanning tool [![build badge](https://github.com/RustScan/RustScan/workflows/Continuous%20integration/badge.svg?branch=master)](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
|
||||
|
||||
* [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide/) — A fast alternative to `cd` that learns your habits [![release](https://github.com/ajeetdsouza/zoxide/workflows/.github/workflows/release.yml/badge.svg)](https://github.com/ajeetdsouza/zoxide/actions)
|
||||
|
|
Loading…
Reference in a new issue