roc/crates/roc_std
Brian Hicks 2a141395d9
remove IntoIter for RocList
This implies we get ownership of the data inside the iterator, but that's
not true--it's not safe to change values in place because Roc might still
hold a reference to the memory.
2022-09-07 14:59:29 -05:00
..
src remove IntoIter for RocList 2022-09-07 14:59:29 -05:00
tests Add RocList from array 2022-08-17 17:58:03 -05:00
.gitignore moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
Cargo.lock we'll test ser/de with JSON 2022-08-10 16:56:48 -05:00
Cargo.toml s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00