7 个不稳定版本

0.2.2+23.5.26 2023年7月15日
0.2.1+23.5.8 2023年5月9日
0.2.1+2.0.0 2021年7月10日
0.1.1+1.12.0 2020年4月26日

106构建实用工具 中排名

Download history 196/week @ 2024-03-13 147/week @ 2024-03-20 220/week @ 2024-03-27 622/week @ 2024-04-03 229/week @ 2024-04-10 174/week @ 2024-04-17 134/week @ 2024-04-24 108/week @ 2024-05-01 190/week @ 2024-05-08 260/week @ 2024-05-15 271/week @ 2024-05-22 211/week @ 2024-05-29 233/week @ 2024-06-05 261/week @ 2024-06-12 319/week @ 2024-06-19 262/week @ 2024-06-26

每月下载量 1,174 次

MIT 许可证

9.5MB
207K SLoC

C++ 42K SLoC // 0.1% comments Python 19K SLoC // 0.1% comments Java 19K SLoC // 0.2% comments Rust 19K SLoC // 0.1% comments C# 15K SLoC // 0.1% comments JavaScript 14K SLoC // 0.0% comments Go 13K SLoC // 0.1% comments Kotlin 12K SLoC // 0.1% comments Swift 12K SLoC // 0.1% comments Dart 12K SLoC // 0.1% comments TypeScript 10K SLoC // 0.0% comments PHP 6.5K SLoC // 0.4% comments Lua 5K SLoC // 0.1% comments Nim 4K SLoC // 0.0% comments FlatBuffers Schema 2.5K SLoC // 0.1% comments Bazel 1.5K SLoC // 0.1% comments Shell 658 SLoC // 0.4% comments Batch 179 SLoC Prolog 18 SLoC Forge Config 5 SLoC NuGet Config 4 SLoC

包含 (JAR 文件,60KB) gradle-wrapper.jar,(JAR 文件,60KB) gradle-wrapper.jar

flatc

构建 flatbuffers 并提供构建的 flatc 的路径。旨在由构建脚本使用,但如果项目在运行时使用 flatc,则可能非常有用。flatbuffers 版本由 crate 版本的构建标识符确定。 v0.2.0+2.0.0 表示 crate 版本为 0.2.0,供应商的 flatbuffers 版本为 2.0.0。由于这是一个主要的构建工具,因此没有压力发布 crate 版本 1.0.0,因此它将在一段时间内不需要修复/添加任何内容后最终到来。

crates.io docs.rs github actions license


lib.rs:

构建 flatbuffers 并在公共 API 中提供构建的 flatc 的路径。通常意味着要由构建脚本使用,但如果项目本身在运行时使用 flatc,则可能非常有用。

没有运行时依赖项