Commit Graph

1877 Commits

Author SHA1 Message Date
Lex Sapkota
85ec9410e4
Add Code Playground to the learning resources
Code Playground is an interactive app for running Rust snippets on your mobile device - https://codeplayground.app
2020-06-18 09:57:30 +10:00
vadimcn
4f320efeae
Update Travis URL. 2020-06-15 15:38:05 -07:00
vadimcn
8f4dadbfbd
Added CI badges. 2020-06-13 12:26:58 -07:00
vadimcn
abf49ec128
Add rust-cpp. 2020-06-12 23:44:16 -07:00
wyugue
3aac1b1b9d
Add (paid) to Classpert link 2020-06-11 18:21:07 -03:00
wyugue
6412529f51
Add Rust Online Courses at Classpert
A list of Rust online courses from Classpert Online Course Search
2020-06-08 16:24:27 -03:00
Tom Parker-Shemilt
cf1f74c1fa
Merge pull request #902 from devforfu/patch-1
Adding Hugging Face's tokenizers to the list under Machine Learning section
2020-06-07 13:38:08 +01:00
devforfu
563b359afe
Update README.md
Removed the line that was copy-pasted as an example.
2020-06-07 14:28:43 +02:00
devforfu
da2bb74243
Update README.md
Updated the link
2020-06-07 14:27:54 +02:00
Tom Parker-Shemilt
e8c507c01d Cloudsmith host has changed 2020-06-07 12:02:29 +01:00
devforfu
f49e9ea57b
Update README.md 2020-06-06 19:26:18 +02:00
Tom Parker-Shemilt
d269bb0c2e Correct various azure builds 2020-06-03 20:29:14 +01:00
Tom Parker-Shemilt
64468ec0f4 Unicorn-rs moved to own organisation 2020-05-31 11:02:23 +01:00
Tom Parker-Shemilt
b6b21a951f Tiberius moved to prisma (fixes #900) 2020-05-31 11:01:12 +01:00
Mohammed Alyousef
b89f9bb216
Update README.md 2020-05-19 01:32:12 +03:00
Tom Parker-Shemilt
c41fe03dc1
Merge pull request #896 from AlexStrNik/patch-1
Add `tbot`
2020-05-18 13:32:23 +01:00
Tom Parker-Shemilt
e571c6a937 Fix link to confluent schema registry 2020-05-18 13:26:09 +01:00
AlexStrNik
b735d81e0f
Fix URL again 2020-05-18 15:21:06 +03:00
AlexStrNik
2ab527a9c2
Fix url 2020-05-18 15:14:15 +03:00
AlexStrNik
d8039298e2
Add tbot 2020-05-18 15:06:12 +03:00
Tom Parker-Shemilt
a42ba420d9
Merge pull request #894 from tangmi/patch-2
Add link to the RustAudio/cpal library, group RustAudio libraries together
2020-05-13 18:55:36 +01:00
Michael Tang
785424e174
Add branch to cpal badge image 2020-05-13 09:49:49 -07:00
Tom Parker-Shemilt
a25b0e467e
Merge pull request #892 from jtescher/patch-2
Add OpenTracing crate to Observability section
2020-05-13 16:49:59 +01:00
Tom Parker-Shemilt
0dcfd17f35 Remove missing vscode-rust extension 2020-05-13 16:40:52 +01:00
Tom Parker-Shemilt
dc88421fc4
Merge pull request #895 from daboross/patch-1
Add mun-lang to Scripting section
2020-05-13 11:23:06 +01:00
David Ross
8f4c337703 Add mun to Scripting section
This adds it in correct alphanumeric ordering, and with the correct
em-dash.
2020-05-12 23:38:18 -07:00
Michael Tang
7c559439ef
Specify branch in CI badge 2020-05-12 16:28:56 -07:00
Julian Tescher
7ec1921ad4
Use opentelemetry master branch svg 2020-05-12 15:55:43 -07:00
Michael Tang
387d05d87e
Add link to the RustAudio/cpal library
`cpal` is the library that powers the higher-level `rodio`. It is a pure Rust alternative to something like PortAudio.
2020-05-12 11:30:50 -07:00
Michael Tang
7142d38da3
Add link to gfx-rs/wgpu library
The gfx-rs group is investing a lot of effort in WebGPU with their library, wgpu. wgpu is the lowest-level "safe" graphics available, runs both on and off the web, and is generally more approachable to more kinds of users than gfx-hal.
2020-05-12 11:23:23 -07:00
Julian Tescher
823f33c852
Add OpenTracing crate to Observability section 2020-05-11 16:08:47 -07:00
Sergey Isaev
32c93b1e01 Add rust-analyzer plugin for Visual Studio Code 2020-05-11 03:26:52 +03:00
Mohammed Alyousef
d47d4709e0
Update README.md 2020-05-10 18:50:03 +03:00
Tom Parker-Shemilt
f4abee62b6
Merge pull request #889 from FoxFromDarkness66/patch-2
Add organize-rt
2020-05-08 15:15:15 +01:00
FoxFromDarkness66
f4f65ad327
Update README.md 2020-05-06 12:41:37 +03:00
FoxFromDarkness66
79488d8853
Update README.md 2020-05-05 20:00:12 +03:00
Heiko
c7217d2737
Update MongoDB link
The prototype driver is superseded by the official driver
2020-05-01 15:41:56 +02:00
Tom Parker-Shemilt
080469c385 Remove deleted rustr project 2020-05-01 00:22:48 +01:00
Tom Parker-Shemilt
8e946cdc64 partitydb got renamed 2020-05-01 00:22:48 +01:00
Tom Parker-Shemilt
c25e7f64b8
Merge pull request #877 from KostasKyriakou/snake
Simple terminal snake
2020-04-30 22:07:36 +01:00
Tom Parker-Shemilt
45a5037d21
Merge pull request #883 from slai11/goto
Add goto-rs to list of system-tools
2020-04-29 16:53:11 +01:00
Felix Nolte
77be200592
Fix goldenfile badge url 2020-04-29 17:32:07 +02:00
Felix Nolte
11bf3461f3
Add goldenfile (testing library)
A library for doing goldenfile testing (testing by comparing test-generated files to older files)
2020-04-29 17:22:02 +02:00
Tom Parker-Shemilt
452ce6a73a
Merge pull request #884 from michelhe/patch-2
Add rustboyadvance
2020-04-29 11:05:59 +01:00
MishMish
d8d57983b1 Add rustboyadvance 2020-04-29 11:59:31 +03:00
Sylvester Chin
b93228748b Add links to github workflow 2020-04-28 22:59:45 +08:00
Stefano Probst
8a5f4e3e47
Added "Awesome Rust Streaming"
Closes #729. Added the Awesome Rust Streaming list
2020-04-28 16:54:42 +02:00
Sylvester Chin
d2f6ea804c Add goto-rs to list of system-tools 2020-04-28 20:15:30 +08:00
Tom Parker-Shemilt
a8107364b3
Merge pull request #882 from minaminao/patch-1
Add Lighthouse
2020-04-26 09:12:29 +01:00
Tom Parker-Shemilt
a32ad5aa14
Merge pull request #880 from ChristopherRabotin/patch-1
Add nyx-space
2020-04-26 09:11:46 +01:00