Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
242 contributions in the last year
Contribution activity
December 2020
November 2020
Created 5 commits in 1 repository
Created an issue in brotzeit/rustic that received 5 comments
After rustic-cargo-build/run succssful, and switch to new compilation buffer, this buffer is writable, and can be edit.
Following is a reproduce:
Write a main.rs, ensure it can be run sucessful.
run it with rustic-cargo-run, we can see outout result is successful.
T…