Naming scheme for Linebender projects
All Linebender projects should follow this naming scheme:
- The project name uses title case and spaces for word separation, e.g. Vello or Vello Hybrid.
- The package name uses lower case and underscores for word separation, e.g.
velloorvello_hybrid. - When referring to the package, e.g. in relation to crates.io, use backticks to put the name in a codeblock, e.g.
vello. - When referring to the GitHub repository, make it a link, e.g. vello#1.
Feel free to correct any documentation you see that doesn't yet follow this scheme, unless the project is explicitly discontinued or in maintenance mode (eg Xi-Editor, Piet).