counter-rust-deprecated icon indicating copy to clipboard operation
counter-rust-deprecated copied to clipboard

Simple counter in Rust. Increment, decrement, and reset. See branches for extended usage.

Results 18 counter-rust-deprecated issues
Sort by recently updated
recently updated
newest added

James Weir reported on [zulip](https://near.zulipchat.com/#narrow/stream/295302-general/topic/Unit.20tests.20not.20working.20for.20macOS) that `npm run test:unit` fails on Intel based Mac. Details: ``` git clone https://github.com/near-examples/rust-counter.git cd rust-counter/ npm run build this worked as expected npm run...

I followed the instructions in the readme and see the following problem: ``` $ yarn start ... /bin/sh: 1: env-cmd: not found error Command failed with exit code 127. info...

Updated README with new instructions, and anticipate possible errors when the code is run on Gitpod

throw new Error(`Unsupported platform: ${type} ${arch}`); ^ Error: Unsupported platform: Darwin arm64

Hi everyone, Just for fun, I ported the client-side code into rust using [sauron](https://github.com/ivanceras/sauron). Here is the repo: https://github.com/ivanceras/near-counter

Creates workspaces-rs tests for the rust-counter.

Added AVA tests. To run them use test.sh (or test.bat on Windows).

Closes https://github.com/near-examples/rust-counter/issues/79

When logging in, we can pass methods that will be placed into the function-call access key. Please see: https://github.com/near-examples/guest-book/issues/508 and note that the methods that need to be passed will...

external

Updated counter example version 4.0.0-pre.2, changed account types, log to log_str, removed allocator, fixed tests