Merge rename-to-llvm-asm into master; bump to 0.2.0
Things done:
- Merge rename-to-llvm-asm
- Bump Cargo.toml version to 0.2.0
Motivation: Versioning is currently a bit tangled, which is causing compile issues on my machine, especially with the conflicting asm!
/llvm_asm!
syntax. This MR fixes this tangle.