-
Updated
Aug 9, 2020 - Rust
crates
Here are 166 public repositories matching this topic...
-
Updated
Aug 23, 2020 - Rust
-
Updated
Jun 13, 2020 - Rust
-
Updated
Aug 16, 2020 - Rust
-
Updated
Jul 26, 2020 - Rust
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Aug 16, 2020 - Rust
-
Updated
Jun 16, 2020 - 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
Support for stdin
-
Updated
Aug 24, 2019 - Rust
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
-
Updated
Aug 18, 2020 - Rust
-
Updated
Aug 25, 2020 - Rust
-
Updated
Aug 8, 2020 - Rust
-
Updated
Jul 21, 2020 - Rust
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Sep 23, 2019 - 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."
Describe the bug
Crates fetched via SSH don't appear to be supported for source checking. I'm not sure if this is a bug or a feature request, but it would be nice for projects that want to deny unknown sources but fetch some dependencies from git with ssh.
To Reproduce
In
deny.toml: