catppuccin / catppuccin/rust

better grouping in generated code

Open
#40 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
147
Forks
14
PR merge metrics
No merged PRs in 30d

Description

![image](https://github.com/user-attachments/assets/e43b9f04-4cdd-490a-a615-6e288ee9ae55)

the generated docs are a little difficult to read at the moment as we have multiple `impl` blocks that split up these methods into a strange order. it'd be nice if these were all in one section, and ordered in a logical manner. ideally we can be a bit clever about this and not just combine the codegen into one massive function for each `impl` block.

Contributor guide

Open the contributing guide

Research direction

Start by examining the generated documentation and the code-generation entry points that produce its multiple impl blocks. Determine the intended logical grouping and ordering from the current output and issue description. Done means related methods appear together in a readable order without combining all code generation into one massive function.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
documentation
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.