https://github.com/dev-siri/rusted-bussin
A rewrite of @face-hh dev's Bussin funni gen z lang to Rust.
https://github.com/dev-siri/rusted-bussin
rust
Last synced: about 1 year ago
JSON representation
A rewrite of @face-hh dev's Bussin funni gen z lang to Rust.
- Host: GitHub
- URL: https://github.com/dev-siri/rusted-bussin
- Owner: Dev-Siri
- License: mit
- Created: 2023-12-05T20:26:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T13:40:38.000Z (over 1 year ago)
- Last Synced: 2025-03-16T14:32:32.157Z (over 1 year ago)
- Topics: rust
- Language: Rust
- Homepage: https://github.com/face-hh/bussin
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rusted Bussin
The worst code I've written so far (in Rust btw). Check out the original [Bussin](https://github.com/face-hh/bussin) by [facedev](https://github.com/face-hh).
## Why?
Because we all know that Rust is the best language in the universe frfr no cap. And also because I like to suffer. This is only my like 3rd Rust project and I'm still figuring this language out so feel free to post this on r/badcode.
## Are there differences?
Yes, there's one. So you know how we can use our LOCAL currency for string interpolation in normal BSX? well in Rusted BSX, that doesn't exist because I lost my sanity trying to find a crate similar to `geoip-lite` and I don't want to anymore. Its already quite similar.
## How fast is it compared to TS?
I didn't run any benchmarks, but I'm sure you are not building the next GPT with `bruh` `syntax()`.
But I did compare the memory usage by the two versions. Here are the memory usages for the Repl:
| Language | Memory Usage |
| --------- | ------------ |
| TypeScript | 31.1MiB |
| Rust | 385KiB |
## Getting Started
- clone
- compile
- run
I don't wanna write the same 3 things again :|
## License
This project is MIT licensed, see [LICENSE](LICENSE)