agisostack-rs

Crates.ioagisostack-rs
lib.rsagisostack-rs
version0.0.1
sourcesrc
created_at2023-06-06 13:48:00.213847
updated_at2023-06-06 13:48:00.213847
descriptionRust wrapper for the AgIsoStack++ library by Adrian Del Grosso
homepagehttps://github.com/Thom-de-Jong/AgIsoStack-rs
repositoryhttps://github.com/Thom-de-Jong/AgIsoStack-rs
max_upload_size
id883866
size16,408
Thom de Jong (Thom-de-Jong)

documentation

https://docs.rs/AgIsoStack-rs

README

AgIsoStack-rs

crates Documentation Crate License Dependency Status

Rust bindings for the AgIsoStack++ library.

Installation

Windows

  • Install and use the Windows GNU toolchain.
    • rustup toolchain install stable-x86_64-pc-windows-gnu
    • rustup default stable-gnu
  • Use AgIsoStack-rs as a dependency

Linux

  • Install and use the Linux GNU toolchain.
    • rustup toolchain install stable-x86_64-unknown-linux-gnu
    • rustup default stable-gnu
  • Use AgIsoStack-rs as a dependency

License / Terms of Usage

The source code of this project is licensed under the MIT/Apache-2.0 license. This implies that you are free to use, share, and adapt it. However, please give appropriate credit by citing the project.

Contribution

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

Contact

If you have problems using the software, find mistakes, or have general questions please use the issue tracker to contact me.

Commit count: 27

cargo fmt