org-mode parser in rust
Go to file
Tom Alexander 00354ccc20
Add a volume for cargo cache.
This is to be a good citizen by not downloading all the rust dependencies every time I run the tests locally. Unfortunately, it will still compile all the dependencies each time, but that is a local operation.
2023-08-14 10:57:48 -04:00
.lighthouse Switch to specifying timeouts instead of timeout in tekton pipelinerun. 2023-08-13 02:20:16 -04:00
docker Switch to installing emacs and org-mode from source in test container. 2023-08-13 02:21:01 -04:00
org_mode_samples Add a test for trailing blank lines after paragraphs. 2023-08-11 01:37:04 -04:00
scripts
src Add support for reading begin/end bounds in the new standard-properties format. 2023-08-13 02:21:02 -04:00
tests
.dockerignore
.gitignore
Cargo.toml Explicitly list which files to include in the cargo package. 2023-08-11 00:11:54 -04:00
LICENSE
Makefile Add a volume for cargo cache. 2023-08-14 10:57:48 -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 Enable tests that were disabled before. 2023-08-13 02:21:02 -04:00
rustfmt.toml

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.