Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.89 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.89 KB

webcrawler-rs

Library for building a webcrawlers

MIT licensed

Maturity badge - level 1

CI(check) CI(scheduled) CI(test)

MSRV Policy

The MSRV (Minimum Supported Rust Version) is fixed for a given minor (1.x) version. However it can be increased when bumping minor versions, i.e. going from 1.0 to 1.1 allows us to increase the MSRV. Users unable to increase their Rust version can use an older minor version instead. Below is a list of webcrawler versions and their MSRV:

  • v0.1: Rust 1.70.

Note however that webcrawler also has dependencies, which might have different MSRV policies. We try to stick to the above policy when updating dependencies, but this is not always possible.