[go: nahoru, domu]

Skip to content

kitsuyui/rust-playground

Repository files navigation

rust-playground

Crates.io Crates.io crates.io-LICENSE codecov docs.rs

en: What is this?

This is my personal Rust playground. I'm going to try to speed up CI and publish binaries on crates.io.

ja: これは何?

私の個人的な Rust の実験場です とくに CI 周りの高速化やバイナリの配布 crates.io での公開を試すつもりです。

TODO

  • Separation by workspace
    • bin crate
    • lib crate
  • Build for multiple architectures
    • executable binaries
      • aarch64-apple-darwin
      • aarch64-unknown-linux-gnu
      • aarch64-unknown-linux-musl
      • arm-unknown-linux-gnueabihf
      • arm-unknown-linux-musleabihf
      • armv7-unknown-linux-gnueabihf
      • armv7-unknown-linux-musleabihf
      • x86_64-apple-darwin
      • x86_64-pc-windows-gnu
      • x86_64-unknown-linux-gnu
      • x86_64-unknown-linux-musl
    • shared libraries
      • aarch64-apple-darwin
      • aarch64-unknown-linux-gnu
      • arm-unknown-linux-gnueabihf
      • armv7-unknown-linux-gnueabihf
      • x86_64-apple-darwin
      • x86_64-pc-windows-gnu
      • x86_64-unknown-linux-gnu
  • Publish lib crate to crates.io
  • WASM
  • FFI
    • Node.js binding
    • Python binding

License

Licensed under either of

at your option.

Contribution

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published