mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
doc: Include README in top-level module documentation
This commit is contained in:
parent
9de9396958
commit
bdc0e44d45
|
|
@ -1,3 +1,5 @@
|
|||
#![doc = include_str!("./README.md")]
|
||||
|
||||
pub mod ffi;
|
||||
mod util;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue