Web Utils
This collects a range of packages which are commonly used and needed in web development, like URL or HTTP-Body-parsers.
-
clap
A simple to use, efficient, and full-featured Command Line Argument Parser
-
http
A set of types for representing HTTP requests and responses.
-
tempfile
A library for managing temporary files and directories.
-
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
chrono
Date and time library for Rust
-
time
Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
-
backtrace
A library to acquire a stack trace (backtrace) at runtime in a Rust program.
-
scraper
HTML parsing and querying with CSS selectors
-
serde_urlencoded
`x-www-form-urlencoded` meets Serde
-
serde_qs
Querystrings for Serde
-
structopt
Parse command line argument by defining a struct.
-
url
URL library for Rust, based on the WHATWG URL Standard
Do you know something we don't?
Did we miss an important crate? Or maybe you just recently launched something that should be listed here, too? Let us know!