borrowing_exerci 0.1.0

how to understand the borrowing in rust
Documentation

Minimum rustc version GitHub release The Crate mod_trait_exerci Code Build Status on appveyor.com GitHub issues Twitter URL

Getting Started

Project

  • name: hello-borrowing
  • crate name: borrowing_exerci
  • description: how to understand the rust borrowing

Subproject: bin-hello

  • folder name: bin-hello
  • description: the crate 'borrowing_exerci'

install the crate borrowing_exerci

cargo install borrowing_exerci

Use the crate borrowing_exerci

  • get the crate help
bw -h
  • run a rust file kw_let.rs with borrowing error in the folder examples
bw --file kw_let --mode error | bat -l rs
# or
bw -f kw_let | bat -l rs
  • run a rust file kw_let.rs without error in the folder examples
bw --file kw_let --mode ok | bat -l rs
# or
bw -f kw_let --mode ok | bat -l rs

Resources