From 01258daa4c6c9a1889d03dce5a9413b58d768db3 Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Tue, 9 Jan 2024 14:47:52 +0000 Subject: [PATCH] docs: mention experimental inference in readme (#800) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4428eac1b..23ece97a1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ The library crate is called `hugr`. Please read the [API documentation here][]. +## Experimental Features + +- `extension_inference`: + Experimental feature which allows automatic inference of extension usages and + requirements in a HUGR and validation that extensions are correctly specified. + Not enabled by default. + ## Recent Changes See [CHANGELOG][] for a list of changes. The minimum supported rust