summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/convert/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/convert/README.md')
-rw-r--r--src/boost/libs/convert/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/convert/README.md b/src/boost/libs/convert/README.md
new file mode 100644
index 000000000..1d45aa7b4
--- /dev/null
+++ b/src/boost/libs/convert/README.md
@@ -0,0 +1,7 @@
+The library builds on the `boost::lexical_cast` experience and takes those type conversion/transformation-related ideas further
+
+* to be useful and applicable in a wider range of deployment scenarios,
+* to provide a flexible, extendible and configurable type-conversion framework.
+
+**HTML documentation is available [here](http://boostorg.github.io/convert).**
+