From 6b2cb6fb289d45e00443ceb695433c61382f27cd Mon Sep 17 00:00:00 2001 From: TEC Date: Fri, 15 Mar 2024 02:48:09 +0800 Subject: [PATCH] Add a basic readme --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..3de0e81 --- /dev/null +++ b/README.org @@ -0,0 +1,8 @@ +#+title: About.jl +#+author: tecosaur + +Sometimes you want to know more /about/ what you're working with, whether it be a +function, type, value, or something else entirely. + +This package is a utility to help answer that question, it exports a single +function ~about~, which can be applied to any Julia object.