Crates.io | sbe-schema |
lib.rs | sbe-schema |
version | 0.1.0 |
source | src |
created_at | 2024-09-13 17:55:29.591932 |
updated_at | 2024-09-13 17:55:29.591932 |
description | sbe schema library |
homepage | |
repository | https://github.com/rafalpiotrowski/sbe-schema |
max_upload_size | |
id | 1374015 |
size | 603,611 |
SBE stands for Simple Binary Encoding. You can read more about it here: SBE
This repo has two projects.
Command line interface (cli) to manage work arround simple-binary-encoding schema files to:
cargo install --git https://github.com/rafalpiotrowski/sbe-schema
after sucessful installtion executing the following command
sbe
should produce following output
SBE schema tool
Usage: sbe <COMMAND>
Commands:
schema Work with SBE schema files: validate and generate code for different languages
tool Work with SBE source code. Clone, build, and copy jar file for later use in code generation and schema validation. Requires to have java installed and available in the PATH or specify the path to the java executable
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
License (See LICENSE file for full license)
Licensed under either the MIT or Apache License, Version 2.0 at your option (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
https://choosealicense.com/licenses/mit/
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.