Tom Alexander 9c1e6ccc97
All checks were successful
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
Add a detect_element function.
This is an optimization. When you have something like plain text which ends when it hits the next element, we only need to parse enough to detect that an element is about to occur. For elements like plain lists, this is as simple as parsing a line starting with optional whitespace and then a bullet, which avoids parsing the entire plain list tree. The benefit is most noticeable in deeply nested plain lists.
2023-08-25 01:07:53 -04:00
2023-08-21 00:08:26 -04:00
2023-08-25 01:07:53 -04:00
2023-08-22 22:24:35 -04:00
2023-08-22 22:24:35 -04:00
2022-07-17 18:45:51 -04:00
2023-08-19 02:51:00 -04:00

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.

Description
org-mode parser in rust
Readme 2.8 MiB
Languages
Rust 96.4%
Shell 1.8%
Dockerfile 1%
Makefile 0.8%