issues
search
cloudflare
/
cloudflare-rs
Rust library for the Cloudflare v4 API
255
stars
79
forks
source link
Cleanups
#208
Closed
jeff-hiner
closed
1 year ago
jeff-hiner
commented
1 year ago
Format/alphabetize
Cargo.toml
, ensure each has a license
Fix edition 2018 idioms (
extern crate
, explicit elided lifetimes)
Replace
maplit
with
HashMap::from
(
maplit
is no longer needed as of Rust 1.56.0)
Fix rustdoc hyperlinks (
cargo doc
reminds us that links should have angle brackets)
Cargo.toml
, ensure each has a licenseextern crate
, explicit elided lifetimes)maplit
withHashMap::from
(maplit
is no longer needed as of Rust 1.56.0)cargo doc
reminds us that links should have angle brackets)