rust-skeptic icon indicating copy to clipboard operation
rust-skeptic copied to clipboard

mdBook integration for rust-skeptic

Open tfpk opened this issue 1 year ago • 2 comments

Hi,

This is more a courtesy notice than an "issue" per se. I just finished an MVP of a program based on rust-skeptic specifically built to integrate with mdBook -- mdbook-keeper.

It is significantly based on rust-skeptic's code. I wanted to use rust-skeptic as a library, but much of your functionality is not exposed, and I needed to modify your code. As such, I wanted to write this for three reasons:

  1. To say thank you very very much for this project!
  2. To ask if there was anything I should do to contribute back to rust-skeptic? I've made sure to note how much my code depends on yours (despite your library not being a dependency); but I'd be happy to upstream anything you're interested in or try and merge our projects to use a library. I didn't do so as a first step because mdbook-keeper is still a POC; but I'd of course be willing to look at it.
  3. Just to let you know the project exists :)

Thanks once again,

~Tom

tfpk avatar Oct 09 '22 09:10 tfpk

Hey, I'm only doing fairly minimal maintenance on this project (which I inherited maintenance of and don't currently use myself). Might be interesting to see if you can refactor skeptic to it can expose the APIs you need?

djc avatar Oct 10 '22 10:10 djc

I'll look into it further; especially if anyone ends up using mdbook-keeper and I can justify putting more effort into it.

tfpk avatar Oct 10 '22 11:10 tfpk