unyt-org/datex

Refactor visibility across whole project

Open

#771 opened on Apr 27, 2026

 (0 comments) (0 reactions) (0 assignees)Rust (2 forks)github user discovery
enhancementgood first issuenon-blockingtodo

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (Avg merge 53d 4h) (6 merged PRs in 30d)

Description

  1. Make everything invisible, that is not used outside a module (including struct fields), add potential getters if only ro access required
  2. Prefer pub super for module based visibility, if read only access is not required from outside

Contributor guide