tan_convert

Crates.iotan_convert
lib.rstan_convert
version0.6.0
sourcesrc
created_at2023-02-22 20:29:56.965207
updated_at2023-06-29 12:05:01.827829
descriptionA CLI for converting Tan text and binary files from/to other formats
homepage
repositoryhttps://github.com/tanlang-org/tan_convert
max_upload_size
id792112
size34,067
George Moschovitis (gmosx)

documentation

README

Tan Convert

A CLI for converting Tan text and binary files from/to other formats.

Install

cargo install --path .

Usage

tan-convert users.data.tan users.json
tan-convert users.json users_converted.data.tan

Status

This is an experimental project, not intended for production.

Contributing

Pull requests, issues, and comments are welcome! Make sure to add tests for new features and bug fixes.

Contact

For questions, suggestions, etc, you can reach the maintainer on Twitter.

License

The software is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright

Copyright © 2022 George Moschovitis.

Commit count: 0

cargo fmt