Commit graph

198 commits

Author SHA1 Message Date
Kamil Rojewski
a8de428394
added Cassandra crates (#79) 2023-04-12 17:27:00 +01:00
Sabrina Jewson
4e3dc76f87
Recommend Tokio for async channels (#77) 2023-04-09 17:53:23 +01:00
Nico Burns
ad54079554 s/numberical/numerical/. Fixes #75 2023-04-09 17:42:47 +01:00
Nico Burns
e252b0828a Add ratatui 2023-03-16 23:35:38 +00:00
Nico Burns
e304681fbe Add note on Rust Analyzer's ability to expand macros directly in the editor. Closes #68 2023-02-28 12:23:23 +00:00
Nico Burns
87b2050b29 Remove Heroku config 2023-02-15 12:20:02 +00:00
Nico Burns
029ec655a8 Update dependencies 2023-02-15 12:07:43 +00:00
Teoh Han Hui
092f3a8d18
Remove mention of hyper supporting HTTP/3 (#70)
Not implemented yet. See https://github.com/hyperium/hyper/issues/1818
2023-02-15 12:03:07 +00:00
Nico Burns
163c411437 Fix missing links for crates not on crates.io 2023-02-13 14:02:26 +00:00
Nico Burns
6fe7827d0d Add note on game engines 2023-02-13 13:48:01 +00:00
Adrien Turiot
584ad27dde
Add macroquad (#49) 2023-02-13 13:46:33 +00:00
Nico Burns
a182a73363 Add more GUI lego crates 2023-02-13 13:46:12 +00:00
Nico Burns
9433830966 Add more GUI frameworks + remove recommendation for Druid 2023-02-13 13:26:18 +00:00
Nico Burns
651122c8d7 Remove fs_extra recommendation as it is unmaintained 2023-02-02 15:56:18 +00:00
Nico Burns
d3ebb16538 Remove accidentally comitted haskell file 2023-01-17 01:29:37 +00:00
Nico Burns
67e88ed22e Upgrade to axum 0.6 2023-01-09 14:56:54 +00:00
Nico Burns
e44026ed34 Update dependencies 2023-01-09 14:54:27 +00:00
TenType
060e9cb75a
Fix typo (#67) 2023-01-08 22:44:19 +00:00
Nico Burns
0483473a06
Add Math/Scientific category (#61)
* Add Math/Scientific category

* Add ordered-float library

* Move num-trait recomendation to Math section

* Add ndarray
2023-01-04 20:50:58 +00:00
Jack O'Connor
2be6e91b13
cargo add and cargo remove are now built-in (#63) 2023-01-03 00:53:57 +00:00
Nico Burns
5aa24bd704 Prevent concurrent deployments 2023-01-02 22:27:34 +00:00
Jack O'Connor
3d328cb816
correct the name of std::sync::Mutex (#65) 2023-01-02 22:22:55 +00:00
Jack O'Connor
ee3ef2cadb
add a note about the HTTP section in the Common section (#64) 2023-01-02 22:22:30 +00:00
Nico Burns
b9f830ae5e
Update diesel recommendations (#62)
* Fix diesel entry + add diesel-async

Fix #56
Fix #57

* Update diesel recommendations

* Remove SQLx from recommendations for individual implementations (to remove duplication, not because it's no longer recommended)

Co-authored-by: Georg Semmler <github@weiznich.de>
2022-12-31 18:05:26 +00:00
Nico Burns
f8c7b14fda Only run deploy action on main branch 2022-12-31 16:18:52 +00:00
Shane Witbeck
d2c008b6b1
Add Helix editor (#30) 2022-12-31 15:51:38 +00:00
Nico Burns
8cc4b559f9 Upgrade to debian bullseye 2022-12-31 15:44:12 +00:00
Nico Burns
d2a8852464 Document OS version pinning 2022-12-31 15:42:52 +00:00
Nico Burns
f4802f3854 Downgrade CI os version 2022-12-31 15:30:18 +00:00
Nico Burns
c459f5b5dc Switch back to build-outside-container dockerfile 2022-12-31 15:30:02 +00:00
Nico Burns
f5ea799eee Build inside docker container 2022-12-28 01:20:44 +00:00
Nico Burns
165e474114 Switch default host to ipv6 2022-12-28 01:14:39 +00:00
0xflotus
229f5d496a
fix: small errors (#59) 2022-12-28 01:07:57 +00:00
John Wood
75ab5af4ca
Fix crossbeam-channel crate name (#53) 2022-12-20 23:08:33 +00:00
Luka Dornhecker
3af388ceb6
fix incorrect crate names (#54) 2022-12-14 10:30:42 +00:00
Nico Burns
ce49bedcff
Merge pull request #52 from jtdowney/add-rustler
Add rustler for Erlang/Elixir interop
2022-11-17 15:26:15 +00:00
Nico Burns
f74f6c9867 Add futures, futures-executor, and async-trait 2022-11-17 15:24:41 +00:00
John Downey
2047e47907 Add rustler for Erlang/Elixir interop 2022-11-17 09:21:24 -06:00
Nico Burns
9b387aa2b5
Merge pull request #51 from attila-lin/dev/3d
fix: typo of 3d
2022-11-16 12:25:11 +00:00
hzlinyiyu
9ce976795b fix: typo of 3d 2022-11-16 13:05:09 +08:00
Nico Burns
7f111d8735
Merge pull request #50 from michelheusschen/arc-swap-rename
Rename arc_swap to arc-swap
2022-11-15 11:43:10 +00:00
Nico Burns
fc1d1f7a54 Fix link. Markdown -> HTML 2022-11-15 11:42:58 +00:00
Michel Heusschen
01459f6f8b Rename arc_swap to arc-swap 2022-11-15 10:07:14 +01:00
Nico Burns
1af6b88182 Add link to designing error types in rust article 2022-11-15 01:52:30 +00:00
Nico Burns
03e64e3350
Merge pull request #47 from colin99d/patch-1
Grammartical fix in crates.json for Rocket
2022-11-14 10:49:11 +00:00
Colin Delahunty
cdd9bd0adb
Update crates.json 2022-11-13 21:14:59 +01:00
Nico Burns
796a1ed7b4
Merge pull request #46 from adammitha/rusqlite
s/rustqlite/rusqlite/
2022-11-13 18:06:58 +00:00
Adam Mitha
20f621c014
s/rustqlite/rusqlite/ 2022-11-12 22:54:37 -08:00
Nico Burns
4300d28b73
Merge pull request #42 from ccothrun/napi-notes
Corrected NAPI notes to describe it as a Node.js FFI framework instea…
2022-11-12 16:11:02 +00:00
Nico Burns
eedaa71c9f
Merge pull request #40 from oconnor663/intro
wording tweaks in the intro paragraph
2022-11-12 16:07:53 +00:00