Skip to content

lun-4/zig-docsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-docsearch

NOTE: zig master now has in-progress docs! see ziglang/zig#21

search over zig stdlib doc comments (and generate a simple html file with what's possible)

WIP: using -fdump-analysis

using

zig build install --prefix ~/.local/
# build the state out of the std file in your zig installation
zig-docsearch ./state.bin build /path/to/zig/source/std/std.zig

# search through
zig-docsearch ./state.bin search 'mem'

# make a single html file
zig-docsearch ./state.bin htmlgen index.html

About

[WIP] search over zig stdlib doc comments (with rudimentary html gen)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published