changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/readme.org

changeset 12: 31db7a83d2c6
parent: 9a3d82d9072a
child: 26a97fc6dcda
author: ellis <ellis@rwest.io>
date: Tue, 12 Dec 2023 21:50:16 -0500
permissions: -rw-r--r--
description: ffi
1 {{{header(docs/core,Richard Westhaver,ellis@rwest.io)}}}
2 #+EXPORT_FILE_NAME: index
3 
4 #+begin_src shell :dir ~/dev/comp/core/ :results pp :exports results
5  tokei -t=rust,lisp
6 #+end_src
7 
8 #+RESULTS:
9 #+begin_example
10 ===============================================================================
11  Language Files Lines Code Comments Blanks
12 ===============================================================================
13  Lisp 114 13419 10455 1234 1730
14 -------------------------------------------------------------------------------
15  Rust 142 12407 10732 443 1232
16  |- Markdown 101 804 0 709 95
17  (Total) 13211 10732 1152 1327
18 ===============================================================================
19  Total 256 25826 21187 1677 2962
20 ===============================================================================
21 #+end_example
22 
23 - [[file:notes.org][Notes]] :: Internal Notes
24 
25 * [[file:app][APP]]
26 App Docs
27 
28 * [[file:lib][LIB]]
29 Library Docs
30 
31 * [[file:ffi.org][FFI]]
32 FFI Docs
33 
34 * [[file:api][API]]
35 API Reference