This website requires JavaScript.
Explore
Help
Sign in
chris
/
orgize
Watch
1
Star
0
Fork
You've already forked orgize
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
cli
lsp
org-mode
parser
21
commits
6
branches
0
tags
1.2
MiB
Rust
96.2%
JavaScript
2%
HTML
1.8%
da04d3d25d
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
PoiScript
da04d3d25d
perf: replace all
str.find(..)
s with
memchr(..)
...
which is much faster, theoretically.
2019-01-22 11:08:20 +08:00
benches
update
2019-01-10 20:58:13 +08:00
fuzz
feat: add fuzz testing
2019-01-12 14:51:57 +08:00
src
perf: replace all
str.find(..)
s with
memchr(..)
2019-01-22 11:08:20 +08:00
.gitignore
update
2019-01-10 20:58:13 +08:00
Cargo.toml
feat: lines macros
2019-01-20 19:04:12 +08:00
STATUS.md
feat: fixed width areas
2019-01-21 23:04:35 +08:00