]> OzVa Git service - gn-parser/commit
Framework
authorMax Value <greenwoodw50@gmail.com>
Fri, 2 May 2025 12:20:16 +0000 (13:20 +0100)
committerMax Value <greenwoodw50@gmail.com>
Fri, 2 May 2025 12:20:16 +0000 (13:20 +0100)
commit200db0afea2876a4329d8f165c9a13317d08615e
tree3b9d2590164efe27c8b7fcb30593cbec4a0a734c
parent73e5f57cb6c18fcb2dcda693513640441714a28f
Framework

Added some type files
+ metadata
+ headings
+ paragraphs
Cargo.toml
schema.gn [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/main.rs
src/parser.rs [new file with mode: 0644]
src/types.rs [new file with mode: 0644]
src/types/heading.rs [new file with mode: 0644]
src/types/metadata.rs [new file with mode: 0644]
src/types/paragraph.rs [new file with mode: 0644]