org-mode parser in rust
Go to file
Tom Alexander 678106bb65
rust-test Build rust-test has succeeded Details
Use tekton matrix for specifying all combinations of features for the build CI job.
2023-08-25 03:56:08 -04:00
.lighthouse Use tekton matrix for specifying all combinations of features for the build CI job. 2023-08-25 03:56:08 -04:00
docker Update org-mode version. 2023-08-25 02:56:28 -04:00
notes Put all trailing whitespace ownership test cases into the automated tests. 2023-08-20 16:03:31 -04:00
org_mode_samples Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
scripts Add scripts for running perf and callgrind. 2023-08-22 14:21:27 -04:00
src Get the emacs and org-mode versions when launching the compare script. 2023-08-25 03:11:19 -04:00
tests Make the autogen prefix fully integrated into the test name. 2023-08-21 00:14:10 -04:00
.dockerignore Prefix the automatically generated tests. 2023-08-20 23:53:11 -04:00
.gitignore Initial setup for the parser. 2022-07-16 14:17:33 -04:00
Cargo.toml Add scripts for running perf and callgrind. 2023-08-22 14:21:27 -04:00
LICENSE Add a license. 2022-07-17 18:45:51 -04:00
Makefile Add --init flag to docker run. 2023-08-19 02:51:00 -04:00
README.md Bump version to 0.1.2 and change README to markdown. 2023-08-11 00:00:49 -04:00
build.rs Update org-mode version. 2023-08-25 02:56:28 -04:00
foo Use tekton matrix for specifying all combinations of features for the build CI job. 2023-08-25 03:56:08 -04:00
rustfmt.toml Add an exit matcher to plain text. 2023-04-22 19:46:27 -04:00

README.md

Organic - Free Range Org-Mode

Organic is an emacs-less implementation of an org-mode parser.

Project Status

This project is a personal learning project to grow my experience in rust. It is under development and at this time I would not recommend anyone use this code. The goal is to turn this into a project others can use, at which point more information will appear in this README.

License

This project is released under the public-domain-equivalent 0BSD license. This license puts no restrictions on the use of this code (you do not even have to include the copyright notice or license text when using it). HOWEVER, this project has a couple permissively licensed dependencies which do require their copyright notices and/or license texts to be included. I am not a lawyer and this is not legal advice but it is my layperson's understanding that if you distribute a binary with this library linked in, you will need to abide by their terms since their code will also be linked in your binary. I try to keep the dependencies to a minimum and the most restrictive dependency I will ever include is a permissively licensed one.