Commit graph

184 commits

Author SHA1 Message Date
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
Nico Burns
f8956bc065 Tidy up connection pool name 2022-11-09 13:18:46 +00:00
Nico Burns
69b41b4f2f Add tooling section (#26) 2022-11-09 13:17:28 +00:00
Nico Burns
8ca5c16fe8 Convert CSS to SASS 2022-11-09 13:17:28 +00:00
Nico Burns
1c7f4e99ae
Merge pull request #28 from attila-lin/dev/deadpool
add `deadpool` for sql utilities
2022-11-09 12:23:36 +00:00
hzlinyiyu
374ab33ae4 add deadpool for sql utilities 2022-11-09 16:32:04 +08:00
Nico Burns
9e20b672d7
Merge pull request #22 from adamchalmers/patch-1
fix: Hyper doesn't require tokio
2022-11-08 18:49:15 +00:00
Adam Chalmers
7a2903fcc7
fix: Hyper doesn't require tokio
Hyper supports tokio with the "runtime" and "tcp" features, but does not require it. Fuschia and curl both use their own runtime with hyper. https://github.com/hyperium/hyper/issues/2111
2022-11-08 12:10:32 -06:00
Nico Burns
6241661367 Reduce sidebar font sizes and padding 2022-11-08 15:11:51 +00:00
Nico Burns
02acf8864a Switch argument parsing recommendation back to clap (fixes #20) 2022-11-08 15:06:44 +00:00
Nico Burns
3ff34af5fb Add Zero To Production In Rust to the books section 2022-11-08 13:27:54 +00:00
Nico Burns
a37bfb2aa4
Merge pull request #19 from djc/patch-2
Fix grammar error
2022-11-08 13:21:45 +00:00
Nico Burns
6b0c096ccb Hide ring and webpki behind a see also section 2022-11-08 13:21:13 +00:00
Dirkjan Ochtman
6836f39c0d
Fix grammar error 2022-11-08 14:20:16 +01:00
Nico Burns
633af292fb Update description of rocket (fixes #10) 2022-11-08 13:18:48 +00:00
Nico Burns
027aead326 Add bpaf recommendation for argument parsing 2022-11-08 13:05:15 +00:00
Nico Burns
e419cc5692 Update dependencies 2022-11-08 12:58:06 +00:00
Nico Burns
eaaebeac77 Implement 'see also' sections. Use for HTTP crates 2022-11-08 12:52:13 +00:00
Nico Burns
4ca4ed0a88 Make description and notes fields optional 2022-11-08 12:42:07 +00:00
Nico Burns
aea07eac67 Fix sidebar overflow on small screens 2022-11-08 12:35:37 +00:00
Nico Burns
4feccba7ff Add database section (fixes #9) 2022-11-08 12:31:41 +00:00
Nico Burns
06d6b6c4fd Update description of time/chrono 2022-11-08 12:03:22 +00:00
Nico Burns
cf3a047c01 Improve doc link styling 2022-11-08 11:45:05 +00:00
Nico Burns
55196e14de Change link to lib.rs. Add separate link to docs.rs 2022-11-08 11:40:50 +00:00
Nico Burns
b9e39c75a2 Add color-eyre 2022-11-08 11:40:50 +00:00
Nico Burns
f0ce1b3ebf
Merge pull request #14 from ecklf/patch-1
Add GraphQL section with async-graphql
2022-11-08 11:27:11 +00:00
Nico Burns
718df74783
Merge pull request #15 from djc/patch-1
Fix native-tls crate name
2022-11-08 11:26:01 +00:00
Nico Burns
ca70b6fe66 Add indicatif and fs_extra (fixes #18) 2022-11-08 11:19:58 +00:00
Dirkjan Ochtman
a49c19fa32
Fix native-tls crate name 2022-11-08 11:49:11 +01:00
Florentin / 珞辰
6f476f7ca7
Add GraphQL section with async-graphql 2022-11-08 10:36:15 +01:00
Nico Burns
43734a472d Improve body text contrast 2022-11-08 02:02:25 +00:00
Nico Burns
fb9c6f745d Remove unused index route 2022-11-08 01:50:51 +00:00
Nico Burns
c261eb3504 Actually disable fira sans 2022-11-08 01:49:19 +00:00
Nico Burns
97922a00c4 Add fira sans font (disabled) 2022-11-08 01:48:44 +00:00
Nico Burns
349c142018 Link to lib.rs 2022-11-08 01:42:36 +00:00
Nico Burns
78e794e1ef Use dtolnay/rust-toolchain for toolchain installation 2022-11-08 01:39:19 +00:00
Nico Burns
f6bfc3ab1c Update rust-cache action 2022-11-08 01:34:57 +00:00