dagrs-dev/dagrs
 Watch   
 Star   
 Fork   
2025-12-31 11:00:11
dagrs

0.5.2

What's Changed

2025-11-27 17:11:18
dagrs

0.5.1

What's Changed

2025-04-19 13:43:00
dagrs
2025-04-19 12:55:14
dagrs

0.4.3

What's Changed

New Contributors

Full Changelog: https://github.com/dagrs-dev/dagrs/compare/0.4.2...0.4.3

2024-12-24 18:39:00
dagrs

0.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/dagrs-dev/dagrs/compare/0.3.0...0.4.0

2023-11-18 09:24:43
dagrs

0.3.0

  1. Allows creating actions with any lifetime and not just 'static. Thanks to @aminya
  2. Improve the docs. Thanks to @QIUZHILEI
2023-07-26 09:48:20
dagrs
2023-06-23 18:14:08
dagrs

Introducing dagrs: A High-Performance, Asynchronous DAG Engine for Complex Task Execution in Rust

The DAG engine, named "dagrs," is designed to execute multiple tasks with graph-like dependencies. It offers high performance and asynchronous execution, providing a convenient programming interface for Rust developers.

The dagrs engine allows users to execute multiple tasks with complex graph dependencies. Users define tasks and specify their dependencies, and dagrs accomplish the jobs in the topological sequence of the graph. The engine supports two basic task execution methods: one using a YAML configuration file and the other through a programming implementation.