asmtest

Crates.ioasmtest
lib.rsasmtest
version0.1.3
created_at2025-12-28 18:23:22.448822+00
updated_at2026-01-14 09:42:40.353733+00
descriptionA library for tracking generated assemblies.
homepage
repositoryhttps://github.com/taiki-e/asmtest
max_upload_size
id2009241
size66,203
Taiki Endo (taiki-e)

documentation

README

asmtest

crates.io docs.rs license msrv github actions

A library for tracking generated assemblies.

See atomic-maybe-uninit#55 for an usage example.

Compatibility

All CPU architectures supported by Rust (x86, x86_64, Arm, AArch64, RISC-V, LoongArch, Arm64EC, s390x, MIPS, PowerPC, MSP430, AVR, SPARC, Hexagon, M68k, C-SKY, and Xtensa) have been confirmed to work as targets for generating assembly. Pull requests adding support for non-CPU architectures (such as GPU, WASM, BPF, etc.) are welcome.

x86_64 and AArch64 environments where all of the following commands are available are currently supported as host environments:

  • cargo
  • docker

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

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

Commit count: 16

cargo fmt