aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/slice.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor slice algorithms some moreLibravatar Titus Wormer2022-10-141-24/+13
* Attempt to fix broken tarpaulinLibravatar Titus Wormer2022-10-141-0/+2
* Refactor some code to improve coverageLibravatar Titus Wormer2022-10-141-14/+10
* Remove some unused code around slicesLibravatar Titus Wormer2022-10-141-56/+8
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-1/+1
* Refactor to move byte, char info to own fileLibravatar Titus Wormer2022-09-091-46/+1
* Add initial states for MDX JSX (text)Libravatar Titus Wormer2022-09-061-1/+24
* Add support for getting `char`s from bytesLibravatar Titus Wormer2022-09-051-0/+22
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-161-1/+2
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-2/+7
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-12/+8
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-4/+4
* Add missing docs, refactor some codeLibravatar Titus Wormer2022-08-011-13/+26
* Refactor to pass more `&str`s, work on more bytesLibravatar Titus Wormer2022-08-011-0/+5
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-9/+27
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-26/+18
* Refactor to use `debug_assert`Libravatar Titus Wormer2022-07-281-1/+1
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-0/+156