We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99e18d commit d9a224eCopy full SHA for d9a224e
utils/tfhe-versionable/README.md
@@ -1,6 +1,6 @@
1
# TFHE-versionable
2
This crate provides type level versioning for serialized data. It offers a way to add backward
3
-compatibility on any data type. The versioning scheme works recursively and is idependant of the
+compatibility on any data type. The versioning scheme works recursively and is independant of the
4
chosen serialization backend.
5
6
To use it, simply define an enum that have a variant for each version of your target type.
0 commit comments