-
Updated
Jun 20, 2021 - Rust
crates
Here are 229 public repositories matching this topic...
-
Updated
Apr 22, 2021 - Rust
-
Updated
May 22, 2021 - Rust
-
Updated
May 15, 2021 - Rust
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
May 26, 2021 - Rust
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
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
-
Updated
Jun 15, 2021 - Sass
-
Updated
Jun 13, 2021 - Rust
-
Updated
Jun 4, 2021 - Rust
-
Updated
Jun 21, 2021 - Rust
Support for stdin
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
#[serde_with::serde_as]
#[derive(Debug, serde::Deserialize)]
struct FooBar(#[serde_as(as = "VecSkipError<_>")] Vec<u32>);
serde_json::from_value::<FooBar>(serde_json::json!([
0,
"String",
1,
[],
2,
{},
3,
]))?
// Results in
// FooBar([0, 1, 2, 3])VecSkipError implementation
str-
Updated
May 29, 2021 - Rust
-
Updated
Apr 29, 2021 - Rust
I am looking at using ktra as an internal registry at work, and while I don't think I will loose my password, there is the possibility for others to do so. It would be nice to have a way to delete user accounts or forcibly set an account's password to allow for recovery.
Currently, cv-pinhole has the essential matrix and various methods designed to help people extract pose from it, among other things. The same thing needs to be done for the homography matrix.
-
Updated
Apr 5, 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."
In the docs, there are several cases such as here where code snippet examples are shown side by side, without actually specifying which files they are (eg. deny.toml vs Cargo.toml) which can lead to confusion for users. Every code snippet should just specify
# <name>.tomlat the top for clarity.