forked from fmtlib/fmt
Update README.rst
This commit is contained in:
@ -143,7 +143,7 @@ Write a file from a single thread:
|
|||||||
out.print("Don't {}", "Panic");
|
out.print("Don't {}", "Panic");
|
||||||
}
|
}
|
||||||
|
|
||||||
This is up to 6x faster than using ``printf``.
|
This is up to 6x faster than using ``fprintf``.
|
||||||
|
|
||||||
Create your own functions similar to `format
|
Create your own functions similar to `format
|
||||||
<https://fmt.dev/latest/api.html#format>`_ and
|
<https://fmt.dev/latest/api.html#format>`_ and
|
||||||
|
Reference in New Issue
Block a user