Lise Henry’s page
Not really a webpage or a blog, just a space where I put stuff.
Articles
- Announcing Crowbook 0.11.0
- A hacky localization library with macros
- Optimising string processing in Rust
- Simulating a call to “parent” virtual method in Rust
Books
I also write lesbian fantasy novels in french, if you’re interested.
Projects and repositories
Crowbook
Renders a Markdown book in various formats: HTML, Epub, PDF. Though it was not really made to make a website, this page was rendered using this software.
The development of Crowbook also spawned a number of subprojects, that are available as separate libraries:
epub-builder
A library that makes it easier to generate EPUB files.
crowbook-text-processing
Some text processing functions initially written for Crowbook and moved in a separate library (and a more permissive license) so they can be used in other projects.
crowbook-intl
An attempt at writing a localization library using macros.
Caribon
A repetition detector written in Rust. Code is here, but you can also test it in your browser because caribon-server runs it as a Webservice.
Rust-ispell
Easily call isell/aspell/hunspell from Rust programs.
Stemmer-rs
Rust bindings to the Snowball C implementation, allowing you to stem a word in various language. Used by Caribon.
Tiny ’Nux Tarot
(Not maintained anymore.)
A tarot game written in Vala, using Gtk+.