Skip to content

Commit 781b207

Browse files
feat: Add rust support
1 parent 75305e7 commit 781b207

File tree

2 files changed

+2145
-0
lines changed

2 files changed

+2145
-0
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ flatc --swift -o swift/Sources/OpenMeteoSdk/ flatbuffers/*.fbs
99

1010
flatc --csharp -o csharp/ flatbuffers/*.fbs
1111

12+
flatc --rust -o rust/ flatbuffers/*.fbs
13+
1214
flatc --python --python-typing -o python/ flatbuffers/*.fbs
1315
find python/ -name "*.py" -type f -exec sh -c "awk 'sub(/^def.*/,\"\"){f=1} {print} f{exit}' {} > {}_tmp; mv -f {}_tmp {}" \;
1416

0 commit comments

Comments
 (0)