https://github.com/puripuri2100/xml2saty-rust
This software converts xml file to SATySFi's document file.
https://github.com/puripuri2100/xml2saty-rust
cargo rust satysfi satysfi-document xml xml2saty-rust
Last synced: 3 months ago
JSON representation
This software converts xml file to SATySFi's document file.
- Host: GitHub
- URL: https://github.com/puripuri2100/xml2saty-rust
- Owner: puripuri2100
- License: mit
- Created: 2020-02-09T14:26:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T16:54:58.000Z (over 4 years ago)
- Last Synced: 2024-12-29T07:24:12.762Z (5 months ago)
- Topics: cargo, rust, satysfi, satysfi-document, xml, xml2saty-rust
- Language: Rust
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# xml2saty-rust
This software converts xml file to SATySFi's document file.
# Install using Cargo
Here is a list of minimally required softwares.
* git
* make
* Rust## Example
### Install Rust and cargo (Ubuntu)
```sh
curl https://sh.rustup.rs -sSf | sh
```### Install Rust and cargo (Ubuntu on WSL)
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```### Install Rust and cargo (Windows)
Please download [installer](https://www.rust-lang.org/tools/install), and starting installer.
### Build and Install
```sh
git clone https://github.com/puripuri2100/xml2saty-rust.git
cd xml2saty-rustmake install
```# Usage of xml2saty-rust
Type
```sh
xml2saty-rust -o -c
```## Starting out
```sh
make example
```If `example/gengou.saty` and `example/keihou.saty` are created, then the setup has been finished correctly.
---
This software released under [the MIT license](https://github.com/puripuri2100/xml2saty-rust/blob/master/LICENSE).
Copyright (c) 2020 Naoki Kaneko (a.k.a. "puripuri2100")