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 • Rust 包仓库 196/week @ 2024-03-13 • Rust 包仓库 147/week @ 2024-03-20 • Rust 包仓库 220/week @ 2024-03-27 • Rust 包仓库 622/week @ 2024-04-03 • Rust 包仓库 229/week @ 2024-04-10 • Rust 包仓库 174/week @ 2024-04-17 • Rust 包仓库 134/week @ 2024-04-24 • Rust 包仓库 108/week @ 2024-05-01 • Rust 包仓库 190/week @ 2024-05-08 • Rust 包仓库 260/week @ 2024-05-15 • Rust 包仓库 271/week @ 2024-05-22 • Rust 包仓库 211/week @ 2024-05-29 • Rust 包仓库 233/week @ 2024-06-05 • Rust 包仓库 261/week @ 2024-06-12 • Rust 包仓库 319/week @ 2024-06-19 • Rust 包仓库 262/week @ 2024-06-26 • Rust 包仓库

每月下载量 1,174 次

MIT 许可证

9.5MB
207K SLoC

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

包含 (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,则可能非常有用。

没有运行时依赖项