| Crates.io | https-everywhere-lib-core |
| lib.rs | https-everywhere-lib-core |
| version | 0.1.2 |
| created_at | 2019-07-20 18:51:44.055059+00 |
| updated_at | 2019-09-06 01:36:17.632426+00 |
| description | HTTPS Everywhere Core Library |
| homepage | |
| repository | https://github.com/efforg/https-everywhere-lib-core |
| max_upload_size | |
| id | 150403 |
| size | 97,127 |
This library includes various compilation features, all included by default. To include only a subset of these features, be sure to specify default_features = false, features = ["list_of_features_desired"] in the downstream Cargo.toml.
Description of features follows.
add_rulesetsExpose the high-level API for adding rulesets to a RuleSets instance via RuleSets::add_all_from_json_string.
potentially_applicableExpose the high-level API for looking up potentially applicable rulesets on a RuleSets instance via RuleSets::potentially_applicable.
rewriterExpose the high-level API for rewriting URLs
updaterExpose the high-level API for updating the rulesets dynamically via update channels.