add some docs

This commit is contained in:
John Turner
2025-11-30 22:12:49 +00:00
parent 13a6ab5d21
commit abf784a784
5 changed files with 81 additions and 3 deletions

View File

@@ -28,3 +28,13 @@ endif
if get_option('fuzz').enabled()
subdir('fuzz')
endif
if get_option('docs').enabled()
rust.doctest(
'doctests',
gentoo_utils,
dependencies: [mon, get, itertools],
link_with: [thiserror],
args: ['--nocapture'],
)
endif