Crates.io | oxygenlance |
lib.rs | oxygenlance |
version | |
source | src |
created_at | 2024-10-23 10:28:26.840064 |
updated_at | 2024-10-30 23:34:32.417412 |
description | A simple crate to run BF Joust matches in Rust. |
homepage | |
repository | https://github.com/Lymia/oxygenlance |
max_upload_size | |
id | 1419945 |
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` |
size | 0 |
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.
This project is licensed under the MIT License.
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.