Metadata-Version: 2.1
Name: rust-contracts-builder
Version: 0.1.5
Summary: Rust Contracts Builder
Home-page: https://github.com/uuosio/rust-contracts-builder
Author: The UUOSIO Team
License: Apache 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# rust-contracts-builder

## installation

```bash
python3 -m pip install rust-contracts-builder
```

## init

```bash
    rust-contract init hello
```

## build

```bash
rust-contract build --stack-size 8192
```



