forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Lib fmt
Huon Wilson edited this page Jul 27, 2013
·
6 revisions
Module editing plan template
- Proposed editor: your name
- Date proposed: date of proposal
- Link: link to email
- "A trait based system for overloading the format specifiers, among other proposals" 2013-05-03
- "Redesigning fmt!" 2013-07-26
- note
- Standard: standard - link to docs - ...
- Standard: standard - link to docs - ...
- Technique: technique - link to docs - ...
- Technique: technique - link to docs - ...
- Language: C++ - boost format
- Language: Java - java.text.MessageFormat - java.util.Formatter
- Language: Common Lisp - Format
- Language: Python 3 - Format strings
- Language: C/POSIX - ICU MessageFormat - Printf
- Language: C#/.NET - Formatting types
- Language: Go - go.fmt
- Language: JS - MessageFormat.js
- Pull request: link to bug
- note
- note
- note