You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@ See also [Rust - Production](https://www.rust-lang.org/production) organizations
185
185
186
186
### Blockchain
187
187
188
+
*[Anchor](https://github.com/solana-foundation/anchor) - Anchor is the leading development framework for building secure Solana programs (smart contracts).
188
189
*[artemis](https://github.com/paradigmxyz/artemis) - A simple, modular, and fast framework for writing MEV bots.
189
190
*[beerus](https://github.com/eigerco/beerus) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ [](https://github.com/eigerco/beerus/actions/workflows/check.yml)
190
191
*[Bitcoin Satoshi's Vision](https://github.com/brentongunning/rust-sv)[[sv](https://crates.io/crates/sv)] - A library for working with Bitcoin SV.
@@ -1347,7 +1348,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
1347
1348
*[c410-f3r/wtx](https://github.com/c410-f3r/wtx) - Fast implementation with a low set of external dependencies.
1348
1349
*[sfackler/rust-postgres](https://github.com/sfackler/rust-postgres)[[postgres](https://crates.io/crates/postgres)] - A native [PostgreSQL](https://www.postgresql.org/) client
*[VennDB](https://venndb.rs/)[[venndb](https://github.com/plabayo/venndb)] - An append-only in-memory database in Rust for rows queried using bit (flag) columns.
1352
1353
1353
1354
### Date and time
@@ -1840,7 +1841,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
1840
1841
### Task scheduling
1841
1842
1842
1843
*[delay-timer](https://github.com/BinChengZhao/delay-timer) - Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible. [](https://github.com/BinChengZhao/delay-timer/actions)
1843
-
*[inboxsphere/persistent-scheduler](https://github.com/inboxsphere/persistent-scheduler)[[persistent-scheduler](https://crates.io/crates/persistent-scheduler)] - A high-performance task scheduling system built with Tokio, offering task persistence, repeatable tasks, and Cron-based scheduling for reliable time-based operations.
1844
+
*[persistent-scheduler](https://github.com/rustmailer/persistent-scheduler)[[persistent-scheduler](https://crates.io/crates/persistent-scheduler)] - A high-performance task scheduling system built with Tokio, offering task persistence, repeatable tasks, and Cron-based scheduling for reliable time-based operations.
0 commit comments