-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Corrected condition again * More corrected syntax * More syntax fun * More syntax fixes * Single quotation marks are like, so in right now * Fixed names * Fixed release note logic * Syntax error * Typo * Fixed release script * Syntax * Added more logging * Removed 'required' from input * Expanded dryrun * Removed publish step * Minor fixes * Productionised
- Loading branch information
Showing
2 changed files
with
78 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# {version} | ||
|
||
This crate provides a set of functions to facilitate compiling flatbuffers to Rust from within | ||
Rust. This is particularly helpful for use in `build.rs` scripts. Please note that for | ||
compatiblity this crate will only support a single version of the `flatc` compiler. Please | ||
check what version that is against whatever version is installed on your system.That said, due | ||
to flatbuffers' versioning policy, it could be ok to mix patch and even minor versions. | ||
|
||
Please read our [`README`](https://github.com/rdelfin/flatbuffers-build/blob/main/README.md) or | ||
our [Rust docs](https://docs.rs/flatbuffers-build/latest/flatbuffers-build/) for more details on | ||
how to use this crate. | ||
|
||
# Changelog: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters