Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I don't know if this matters at all, but I don't think we should use "rlib". The [rust docs](https://doc.rust-lang.org/reference/linkage.html) suggest using "lib" by default. "lib" probably just aliases to "rlib", but it lets the compiler pick what it wants.
- Loading branch information