work on manual
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 8 May 2025 15:18:45 +0000 (08:18 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 8 May 2025 15:18:45 +0000 (08:18 -0700)
rust/doc/info2md [new file with mode: 0644]

diff --git a/rust/doc/info2md b/rust/doc/info2md
new file mode 100644 (file)
index 0000000..023fb1f
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+sed 's/[“”]/"/g
+s/[‘’]/`/g
+s/•/-/g
+s/ -- Function: \(.*\)/* `\1`  /
+s/ -- Macro Function: \(.*\)/* `\1`  /
+'