Commit graph

170 commits

Author SHA1 Message Date
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
Nico Burns
41b4137f7a
Merge pull request #43 from takenoko-gohan/main
Rename crates
2022-11-12 16:06:46 +00:00
takenoko-gohan
f9ac79f7a1 Rename crates 2022-11-12 19:46:33 +09:00
Chris Cothrun
3c1cfa1af6
Corrected NAPI notes to describe it as a Node.js FFI framework instead of Python 2022-11-11 13:16:35 -08:00
Jack O'Connor
21e7b6cfea wording tweaks in the intro paragraph 2022-11-11 12:31:37 -08:00
Nico Burns
af3791088f
Merge pull request #37 from ethransom/patch-1
Fix typo in rutie notes
2022-11-11 15:24:34 +00:00
Nico Burns
9df24f0b50
Merge pull request #36 from KaneGreen/typo
fix typo: pyo3, not py03
2022-11-11 15:24:19 +00:00
Nico Burns
0abb122ee1
Merge pull request #38 from reynn/main
Correct links to lib.rs
2022-11-11 15:23:37 +00:00
Nic Patterson
864f612162
Update crate_table.html 2022-11-11 07:18:10 -08:00
Nic Patterson
5dd2e23513
Update crate_table.html 2022-11-11 07:12:21 -08:00
Ethan Ransom
0b79ac5689
Fix typo in rutie notes
/s/bothembedding/both embedding/
2022-11-10 22:59:40 -07:00
Kane
a7d49a354a
typo: pyo3, not py03 2022-11-11 12:19:40 +08:00
Nico Burns
c8272bb51e Add cargo-show-asm 2022-11-10 13:22:41 +00:00
Nico Burns
a5f827f0f2 Add elasticsearch and rocksdb 2022-11-10 13:14:35 +00:00
Nico Burns
6a599f1db2 Add FFI/Interop section 2022-11-10 13:04:54 +00:00
Nico Burns
1093c4b86f Add Game Development section 2022-11-10 12:31:41 +00:00
Nico Burns
15207f9179 Add GUI section (fixes #32) 2022-11-10 12:24:46 +00:00
Nico Burns
882b9d86e8
Merge pull request #33 from Jack-Sibley/main
Add the nix crate
2022-11-10 10:55:26 +00:00
Jack Sibley
32da386549
Add the nix crate 2022-11-10 10:01:59 +00:00
Nico Burns
6987a16b5e Add rustup 2022-11-09 16:55:21 +00:00
Nico Burns
777c2bb712 Reorder tooling section 2022-11-09 16:53:18 +00:00
Nico Burns
3ecb091636 Add continuous integration tools 2022-11-09 16:25:42 +00:00
Nico Burns
2e5d563b70 Add cargo-audit 2022-11-09 16:20:22 +00:00
Nico Burns
1f3aad9065 Add cargo-flamegraph and dhat 2022-11-09 16:18:57 +00:00
Nico Burns
c27e7c5b33 Add rustfmt to tooling section 2022-11-09 14:14:10 +00:00
Nico Burns
310ef5e402 Open crate links in a new tab 2022-11-09 14:06:16 +00:00
Nico Burns
870e69142a Add clippy to tooling section 2022-11-09 14:04:49 +00:00
Nico Burns
bf7ab35422 Add custom links to recommendations in the tooling section 2022-11-09 14:04:42 +00:00
Nico Burns
3047487690 Remove byteorder (fixes #24) 2022-11-09 13:26:57 +00:00