mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-08 07:37:45 +00:00
Custom HTTP client with Rustls
This commit is contained in:
parent
1c36549134
commit
e59b2b1346
4 changed files with 141 additions and 45 deletions
|
@ -2,10 +2,11 @@
|
|||
#![forbid(unsafe_code)]
|
||||
#![warn(clippy::pedantic, clippy::all)]
|
||||
#![allow(
|
||||
clippy::clippy::needless_pass_by_value,
|
||||
clippy::needless_pass_by_value,
|
||||
clippy::match_wildcard_for_single_variants,
|
||||
clippy::cast_possible_truncation,
|
||||
clippy::similar_names
|
||||
clippy::similar_names,
|
||||
clippy::cast_possible_wrap
|
||||
)]
|
||||
|
||||
// Reference local files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue