org-mode parser in rust
Go to file
Tom Alexander 67ca0fe8dd
rustfmt Build rustfmt has started Details
rust-test Build rust-test has failed Details
rust-build Build rust-build has failed Details
Merge branch 'feature_gate'
2023-08-10 23:56:44 -04:00
.lighthouse Update tekton pipeline to build all the permutations of Organic. 2023-08-10 20:46:54 -04:00
docker Update tekton pipeline to build all the permutations of Organic. 2023-08-10 20:46:54 -04:00
org_mode_samples Add test cases. 2023-07-24 17:15:27 -04:00
scripts Add support for rust-coreutils in integration test script. 2023-04-23 16:12:34 -04:00
src New, updated opentelemetry tracing exporter. 2023-08-10 23:27:15 -04:00
tests Introduce a sexp_with_padding parser. 2023-04-21 20:53:55 -04:00
.dockerignore Initial setup for the parser. 2022-07-16 14:17:33 -04:00
.gitignore Initial setup for the parser. 2022-07-16 14:17:33 -04:00
Cargo.toml New, updated opentelemetry tracing exporter. 2023-08-10 23:27:15 -04:00
LICENSE Add a license. 2022-07-17 18:45:51 -04:00
Makefile New, updated opentelemetry tracing exporter. 2023-08-10 23:27:15 -04:00
README.org Add a License section to the README. 2023-07-24 14:44:27 -04:00
build.rs Enable tests that needed subscript/superscript implemented. 2023-07-24 16:32:56 -04:00
rustfmt.toml Add an exit matcher to plain text. 2023-04-22 19:46:27 -04:00

README.org

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.