lib template - mitaa/rust GitHub Wiki
Module editing plan template
1. Announcement to mailing list
- Proposed editor: your name
- Date proposed: date of proposal
- Link: link to email
Notes from discussion on mailing list
- note
- note
- note
2. Research of standards and techniques
- Standard: standard - link to docs - ...
- Standard: standard - link to docs - ...
- Technique: technique - link to docs - ...
- Technique: technique - link to docs - ...
Summary of research on standards and leading techniques
Relevant standards and techniques exist?
Those intended to follow (and why)
Those intended to ignore (and why)
3. Research of libraries from other languages
- Language: language - link to library - ...
- Language: language - link to library - ...
- Language: language - link to library - ...
- Language: language - link to library - ...
Summary of research from other languages:
Structures and functions commonly appearing
Variations on implementation seen
Pitfalls and hazards associated with each variant
Relationship to other libraries and/or abstract interfaces
4. Module writing
- Pull request: link to bug
Additional implementation notes
- note
- note
- note