Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w-mai/xwrapup_rs
This is a Rust binding for xWrapUp library.
https://github.com/w-mai/xwrapup_rs
Last synced: 26 days ago
JSON representation
This is a Rust binding for xWrapUp library.
- Host: GitHub
- URL: https://github.com/w-mai/xwrapup_rs
- Owner: W-Mai
- Created: 2023-04-20T11:23:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-20T13:33:30.000Z (about 1 year ago)
- Last Synced: 2023-12-20T17:18:01.554Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xWrapUp Rust Binding
This is a Rust binding for [xWrapUp](https://github.com/W-Mai/xWrapUp) library.
Current this is built for `wasm32-unknown-unknown` target.
this lib must use in nightly rust toolchain.
```shell
rustup override set nightly
```