roc/examples/glue/rust-platform
Brendan Hansknecht f9c0d54688
Stop using "rlib"
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.
I don't think this will fix anything, but I am half hopeful it will somehow fix #6121.
2024-01-16 22:36:10 -08:00
..
.cargo Consolidate gitignore 2024-01-10 22:16:04 -05:00
src switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
build.rs new glue example 2023-03-01 21:56:25 +01:00
Cargo.toml Stop using "rlib" 2024-01-16 22:36:10 -08:00
host.c new glue example 2023-03-01 21:56:25 +01:00
main.roc format roc code 2023-03-13 23:06:40 +01:00
rust-toolchain.toml rust 1.71.1 upgrade 2023-09-26 12:08:16 +02:00