MCPcopy Create free account

hub / github.com/TrisH0x2A/7Days7RustProjects / functions

Functions55 in github.com/TrisH0x2A/7Days7RustProjects

↓ 28 callersFunctionget_hex_digits
(n: &u16, d: u32, o: u32)
chip8-emulator/src/util.rs:1
↓ 3 callersFunctionread_line
Helper functions will be defined here
todo_list/src/main.rs:32
↓ 2 callersFunctionencrypt_decrypt
(data: &mut [u8], key: u8)
rust-file-encryptor/src/encryption.rs:1
↓ 2 callersFunctionget_bit
(byte: &u8, n: u8)
chip8-emulator/src/util.rs:14
↓ 2 callersFunctionis_bit_set
(byte: &u8, n: u8)
chip8-emulator/src/util.rs:6
↓ 2 callersFunctionlist_todos
(todos: &[String])
todo_list/src/main.rs:63
↓ 2 callersMethodpause
(&self)
chip8-emulator/src/audio.rs:35
↓ 2 callersFunctionwrite_file
(path: &std::path::Path, data: &[u8])
rust-file-encryptor/src/io.rs:11
↓ 1 callersFunctionadd_todo
(todos: &mut Vec<String>)
todo_list/src/main.rs:54
↓ 1 callersMethodcleanup
(&mut self)
rust-tui-chat/src/ui.rs:42
↓ 1 callersMethodclear_screen
(&mut self)
chip8-emulator/src/window.rs:72
↓ 1 callersMethoddraw
(&mut self, input: &str, messages: &[String])
rust-tui-chat/src/ui.rs:27
↓ 1 callersMethoddraw
(&mut self, bytes: &Vec<u8>, init_x: u8, init_y: u8)
chip8-emulator/src/window.rs:78
↓ 1 callersFunctionget_key
()
rust-file-encryptor/src/encryption.rs:5
↓ 1 callersMethodhandle_key_events
(&self)
chip8-emulator/src/window.rs:38
↓ 1 callersMethodis_key_down
(&self, key: Key)
chip8-emulator/src/window.rs:64
↓ 1 callersMethodis_open
(&self)
chip8-emulator/src/window.rs:68
↓ 1 callersMethodload_rom
(&mut self, rom: &Vec<u8>)
chip8-emulator/src/cpu.rs:63
↓ 1 callersFunctionload_todos
()
todo_list/src/main.rs:40
↓ 1 callersFunctionparse_args
()
rust-file-encryptor/src/cli.rs:11
↓ 1 callersMethodplay
(&self)
chip8-emulator/src/audio.rs:31
↓ 1 callersMethodpreload_ram
(&mut self)
chip8-emulator/src/cpu.rs:73
↓ 1 callersFunctionread_file
(path: &std::path::Path)
rust-file-encryptor/src/io.rs:4
↓ 1 callersMethodreceive_message
(&mut self)
rust-tui-chat/src/network.rs:30
↓ 1 callersMethodrefresh
(&mut self)
chip8-emulator/src/window.rs:101
↓ 1 callersFunctionremove_todo
(todos: &mut Vec<String>)
todo_list/src/main.rs:73
↓ 1 callersMethodrun_loop
(&mut self)
chip8-emulator/src/cpu.rs:81
↓ 1 callersFunctionsave_todos
(todos: &[String])
todo_list/src/main.rs:46
↓ 1 callersFunctionscrape_articles
()
rust-web-scraper/src/scraper.rs:5
↓ 1 callersMethodsend_message
(&mut self, msg: &str)
rust-tui-chat/src/network.rs:22
Methoddefault
()
rust_temperature_converter/src/main.rs:18
Methoddraw
(&mut self, ctx: &mut Context)
rust-2d-rpg/src/game.rs:30
Methoddraw
(&self, ctx: &mut Context)
rust-2d-rpg/src/enemy.rs:16
Methoddraw
(&self, ctx: &mut Context)
rust-2d-rpg/src/player.rs:16
Methoddraw
(&self, ctx: &mut Context)
rust-2d-rpg/src/map.rs:15
Functionget_articles
()
rust-web-scraper/src/main.rs:17
Functionmain
()
rust-tui-chat/src/main.rs:11
Functionmain
()
rust-2d-rpg/src/main.rs:9
Functionmain
()
rust-web-scraper/src/main.rs:7
Functionmain
()
todo_list/src/main.rs:4
Functionmain
()
chip8-emulator/src/main.rs:18
Functionmain
()
rust-file-encryptor/src/main.rs:7
Functionmain
()
rust_temperature_converter/src/main.rs:3
Methodnew
()
rust-tui-chat/src/ui.rs:18
Methodnew
(addr: &str)
rust-tui-chat/src/network.rs:11
Methodnew
(text: String)
rust-tui-chat/src/message.rs:6
Methodnew
(ctx: &mut Context)
rust-2d-rpg/src/game.rs:12
Methodnew
(ctx: &mut Context)
rust-2d-rpg/src/enemy.rs:10
Methodnew
(_ctx: &mut Context)
rust-2d-rpg/src/player.rs:10
Methodnew
()
rust-2d-rpg/src/map.rs:10
Methodnew
()
chip8-emulator/src/audio.rs:9
Methodnew
(title: &str)
chip8-emulator/src/window.rs:16
Methodnew
(win: Window, audio: Audio)
chip8-emulator/src/cpu.rs:46
Methodupdate
(&mut self, _ctx: &mut Context)
rust-2d-rpg/src/game.rs:25
Methodupdate
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
rust_temperature_converter/src/main.rs:27