based16

Crates.iobased16
lib.rsbased16
version
sourcesrc
created_at2023-12-20 16:29:36.415292
updated_at2024-12-05 23:08:57.615304
descriptionBASE-16(HEX) implementation for chads
homepage
repositoryhttps://github.com/DoumanAsh/based16
max_upload_size
id1075460
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | 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
Douman (DoumanAsh)

documentation

README

based16

Rust Crates.io Documentation

Simple HEX encoder/decoder for Rust chads

Implementation notes

  • SSE2 implemented as simplest and most widely available HW acceleration
  • Everything else is too much pain in ass for me to do, but PRs are welcome
Commit count: 24

cargo fmt