Skip to content

Instantly share code, notes, and snippets.

@chhetripradeep
Created May 1, 2019 17:08
Show Gist options
  • Save chhetripradeep/6a0c2d1749f5ddf39de889bea664a12e to your computer and use it in GitHub Desktop.
Save chhetripradeep/6a0c2d1749f5ddf39de889bea664a12e to your computer and use it in GitHub Desktop.
Output of cargo build
## cargo build --release
Compiling memchr v2.2.0
Compiling ucd-util v0.1.3
Compiling regex v1.1.6
Compiling lazy_static v1.3.0
Compiling utf8-ranges v1.0.2
Compiling libc v0.2.53
Compiling num-traits v0.2.6
Compiling cpython v0.2.1
Compiling thread_local v0.3.6
Compiling regex-syntax v0.6.6
Compiling aho-corasick v0.7.3
Compiling python3-sys v0.2.1
Compiling pyext-myrustlib v0.1.0 (/Users/pradeepchhetri/github/rust-python-example/pyext-myrustlib)
Finished release [optimized] target(s) in 57.00s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment