org 0.2.0

A library for handling org-mode files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "org"
version = "0.2.0"
authors = ["m-cat <scatman@bu.edu>"]
description = "A library for handling org-mode files."
license = "MIT"
repository = "https://github.com/m-cat/org"
documentation = "https://docs.rs/org"
readme = "README.md"
keywords = ["org", "org-mode", "mode", "emacs", "file"]
categories = ["text-editors", "text-processing"]