-
Updated
Feb 19, 2021 - Rust
crates
Here are 213 public repositories matching this topic...
-
Updated
Feb 6, 2021 - Rust
-
Updated
Jan 16, 2021 - Rust
-
Updated
Feb 15, 2021 - Rust
-
Updated
Jan 28, 2021 - Rust
-
Updated
Feb 19, 2021 - JavaScript
It is a very exciting Authorization Flow for developers of server-less applications that use Spotify API directly.
Not only will the users of these applications no longer have to setup their own Spotify Applications,
but also the creators will get to see usage metrics of their applications in their Spotify Dashboard.
You can find out how it works [here](https://developer.spotify.com
This is a tracking issue for additional Store implementations.
Here is a non-exhaustive list of potential candidates for an Store implementation:
- S3Storage:
This would store crate tarballs and rendered README pages into Amazon's S3. - RemoteStorage:
Requires to implement a companion server.
The idea is to have a reserved folder on another machine which runs a comp
-
Updated
Feb 15, 2021 - Rust
-
Updated
Dec 31, 2020 - Rust
-
Updated
Jan 16, 2021 - Rust
Support for stdin
As nice as it is to be able to remove the blatantly bad stuff, sometimes you don't want the user to be able to enter any HTML at all. You could do this by escaping the markup, but if having a database with < in it doesn't appeal to you, or you're worried about double-escaping or similarly nasty accidents, you could use a function that just tells you if a string has any HTML tags in it. And in
from conversation with @sunshowers
fn filter<F: FnMut(&PackageMetadata) -> bool>(&self, f: F) -> Self
This can be accomplished using intersection, but it would be great to have a convenience function for it
you could also add a parfilter function that uses rayon
-
Updated
Feb 19, 2021 - Rust
-
Updated
Aug 24, 2019 - Rust
-
Updated
Jan 16, 2021 - Rust
-
Updated
Feb 1, 2021 - Rust
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Jan 14, 2021 - Rust
Improve this page
Add a description, image, and links to the crates topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crates topic, visit your repo's landing page and select "manage topics."
A
deny.tomlwithout an[advisories]section will still check theRustSecwhen runningcargo deny check advisories. This is great and the correct behaviour imo, but it would be good to document the default value for all configuration option and afaict it is not.Thanks! :)