Go to file
Laurenz 84f30fb735 Remove SpanlessEq 🎃
The new solution is slightly hacky, but way more flexible. All types that implement PartialEq can now be compared spanlessly in tests by manipulating a thread-local boolean that is read in Span's PartialEq implementation.
2020-08-15 15:01:55 +02:00
.github/workflows Update Cargo.toml and CI configuration ⚙ 2020-08-02 11:58:47 +02:00
benches Add basic parsing benchmark 🌩 2020-08-14 19:54:49 +02:00
fonts Par nodes 🧳 2020-08-04 11:46:04 +02:00
main Formatting, documentation and small improvements 🧽 2020-08-03 16:04:55 +02:00
src Remove SpanlessEq 🎃 2020-08-15 15:01:55 +02:00
tests Remove output files which sneaked into the repository 2020-08-14 20:55:10 +02:00
.gitignore Remove output files which sneaked into the repository 2020-08-14 20:55:10 +02:00
Cargo.toml Add basic parsing benchmark 🌩 2020-08-14 19:54:49 +02:00