mirror of
https://github.com/flatgeobuf/flatgeobuf.git
synced 2025-12-08 19:06:03 +00:00
5 lines
171 B
Bash
Executable File
5 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
find src/fbs -type f -exec sed -i 's/namespace FlatGeobuf;/\/\/namespace FlatGeobuf;/g' {} +
|
|
./flatc --rust -o src/rust/src src/fbs/*.fbs
|
|
git checkout src/fbs
|