#uplink #scheme #data-encoding #redshirt1 #redshirt2

redshirt

为 Redshirt 1 和 Redshirt 2 数据编码方案提供支持

3 个版本

0.1.3 2019年9月24日
0.1.2 2019年9月22日
0.1.1 2019年9月4日
0.1.0 2019年9月4日

编码 中排名第 1662

Apache-2.0 OR MIT

36KB
703 代码行

redshirt

Travis CI Crates.io Docs.rs

此crate提供了读取和写入 Redshirt 1-或 Redshirt 2 编码数据的工具。Redshirt 编码方案用于 Uplink,这是 Introversion Software 开发的 2001 年计算机黑客模拟游戏。

使用方法

将 redshirt 添加到您的 Cargo.toml

[dependencies]
redshirt = "^0.1.0"

如果您使用 Rust 2015,您还需要将 redshirt 添加到您的 crate 根目录

extern crate redshirt;

有关更多详细信息,请参阅 API 文档

功能

redshirt 指定了以下 Cargo 功能,两者都默认启用

  • redshirt1:切换 Redshirt 1 支持。
  • redshirt2:切换 Redshirt 2 支持。

如果您只需要其中一个,您可以在您的 Cargo.toml 中指定此功能。例如

[dependencies]
redshirt = { version = "^0.1.0", default-features = false, features = ["redshirt1"] }

许可证

许可协议为以下两者之一

任选其一。

贡献

除非您明确声明,否则任何有意提交以包含在您的工作中的贡献,根据 Apache-2.0 许可证的定义,均应如上所述双重许可,不附加任何额外条款或条件。

依赖关系

~0–2.8MB
~73K SLoC