Skip to content

Add "full" and "experimental" features to arti, arti-client, and below.

Nick Mathewson requested to merge nickm/arti:high-level-features into main

The "full" feature is a catch-all for all features, except:

  • Those that select a particular implementation (like tor-llcrypto/with-openssl) or build flag (like "static")
  • Those that are experimental or unstable (like "experimental-api")
  • Those that are testing-only.

The "experimental" feature is a catch-all for "experimental-api" and other experimental features.

Closes #499 (closed).

Edited by Nick Mathewson

Merge request reports