Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleanCut/invaders
/ Level
Class
Level
src/level.rs:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
const MAX_LEVEL: u8 = 3;
4
5
pub struct Level {
6
level: u8,
7
}
8
9
impl Level {
10
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected