README.md in ffidb-0.12.0 vs README.md in ffidb-0.13.0

- old
+ new

@@ -16,9 +16,25 @@ $ ffidb init Your local FFI DB registry is located at the path `$HOME/.ffidb/`. +Features +-------- + +### Code generation + +| ID | Language | typedefs | enums | structs | unions | functions | +| :------ | :---------- | :------- | :---- | :------ | :----- | :-------- | +| c | C | | ✔ | ✔ | | ✔ | +| c++ | C++ | | ✔ | ✔ | | ✔ | +| dart | Dart | | ✔ | ✔ | | ✔ | +| go | Go | | ✔ | ✔ | | ✔ | +| java | Java | | ✔ | ✔ | | ✔ | +| lisp | Common Lisp | | ✔ | ✔ | | ✔ | +| python | Python | | ✔ | ✔ | | ✔ | +| ruby | Ruby | | ✔ | ✔ | | ✔ | + Examples (API) -------------- ### Loading the library