oxygenlance

Crates.iooxygenlance
lib.rsoxygenlance
version
sourcesrc
created_at2024-10-23 10:28:26.840064
updated_at2024-10-30 23:34:32.417412
descriptionA simple crate to run BF Joust matches in Rust.
homepage
repositoryhttps://github.com/Lymia/oxygenlance
max_upload_size
id1419945
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
pest-ide-tools (github:pest-parser:pest-ide-tools)

documentation

https://docs.rs/oxygenlance/

README

Oxygenlance

Latest Version Rust Documentation

Oxygenlance is a modified version of gearlance, an interpreter for BF Joust. It is designed to be embedded in a larger Rust program, and operate entirely in memory (instead of requiring launching and communicating with a separate process). It has further modifications to intergrate better into a Rust ecosystem, as well as be able to function in a threaded environment.

License

This project is licensed under the MIT License.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in oxygenlance by you, as defined in the MIT License, shall be licensed as above, without any additional terms or conditions.

Commit count: 22

cargo fmt