MatthewPeterKelly/fractal-renderer

Remove `pub` from variables, structs, and functions when possible

Open

#118 opened on Feb 17, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)github user discovery
good first issue

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (Avg merge 1d 16h) (6 merged PRs in 30d)

Description

Much of this code was written without much focus on the public vs private API... but probably worth cleaning that up at some point.

Contributor guide