The Pine programming language.
Go to file
Aodhnait Étaín 4e339b1f6e Rewrite to avoid using unsafe
For some reason in the previous version we had to use unsafe operations
on string slices because borrow checker would always complain. Somehow
after rewriting we don't need it anymore.
2021-05-25 18:59:12 +01:00
src Rewrite to avoid using unsafe 2021-05-25 18:59:12 +01:00
.gitignore first commit, nyan~ 2021-05-22 21:34:55 +01:00
Cargo.toml first commit, nyan~ 2021-05-22 21:34:55 +01:00