[dependencies]
crates = "0.1"use crates::example;
fn main() {
}-
test:cargo test --all-features -
miri:cargo miri test --all-features
| targets | status |
|---|---|
| aarch64-linux-android | ✅ |
| aarch64-unknown-linux-gnu | ✅ |
| aarch64-unknown-linux-musl | ✅ |
| i686-pc-windows-gnu | ✅ |
| i686-linux-android | ✅ |
| i686-unknown-linux-gnu | ✅ |
| mips64-unknown-linux-gnuabi64 | ✅ |
| powerpc64-unknown-linux-gnu | ✅ |
| riscv64gc-unknown-linux-gnu | ✅ |
| wasm32-unknown-unknown | ✅ |
| wasm32-unknown-emscripten | ✅ |
| x86_64-unknown-linux-gnu | ✅ |
| x86_64-pc-windows-gnu | ✅ |
| x86_64-linux-android | ✅ |
- Done
- WIP
crates is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2023 Al Liu.