From 09111f28141c77b70af93b0bff87aacb45901caa Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 21 Nov 2023 15:12:33 +0000 Subject: [PATCH] Add WIP note to README (#9) Just to try and discourage people from relying on it just yet since it's still early days :) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 023dfef..a13866a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # scale-typegen +**Currently a work in progress** + A library based on [scale-info](https://github.com/paritytech/scale-info) to transpile portable registries of types into rust type definitions. This library exposes a `TypeGenerator` struct which wants to be given two things: