mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
957 stars 49 forks source link

Security Checklist Metabug #198

Open jrconlin opened 5 years ago

jrconlin commented 5 years ago

Rust

A checklist for people using Rust to develop Firefox services, to be used in addition to the common checklist.

Recommended crates

Crate Description
Actix Actix is a Rust actors framework.
Hyper A fast and correct HTTP implementation for Rust.
Reqwest An ergonomic, batteries-included HTTP Client for Rust.
Serde Serde is a framework for serializing and deserializing Rust data structures efficiently and generically.
Slog The logging for Rust

Additional recommendations can be proposed via PRs or issues.

jrconlin commented 5 years ago

See #191 (Emit Metrics)