diff --git a/README.rst b/README.rst index b134d84e..4a913169 100644 --- a/README.rst +++ b/README.rst @@ -104,6 +104,20 @@ with an arbitrary action performed when formatting is complete: ReportError("File not found: {}") << path; +Projects using this library +--------------------------- + +* `AMPL `__: + Open-source AMPL solver interface, solver connections, table handlers + and examples + +* `Saddy `__: + Small crossplatform 2D graphic engine + +If you are aware of other projects using ``format``, please let me know +by `email `__ or by submitting an +`issue `__. + Motivation ----------