File tree Expand file tree Collapse file tree 5 files changed +18
-14
lines changed Expand file tree Collapse file tree 5 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -743,6 +743,10 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
743
743
< td style ="text-align: left; "> Metadata about the npm package (platform agnostic).</ td >
744
744
</ tr >
745
745
< tr >
746
+ < td style ="text-align: right; "> < code > cli.js</ code > </ td >
747
+ < td style ="text-align: left; "> The executable script invoked as a Command Line Interface.</ td >
748
+ </ tr >
749
+ < tr >
746
750
< td style ="text-align: right; "> < code > index.d.ts</ code > </ td >
747
751
< td style ="text-align: left; "> The generated TypeScript typing info the describes the exposing functionality in the built native module.</ td >
748
752
</ tr >
@@ -758,7 +762,7 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
758
762
</ table >
759
763
< p > Hidden files and folders are not described in the table above.
760
764
If they are not ignored by a gitignore specification, then they should be considered
761
- important for maintenance or distribution.</ p >
765
+ important only for maintenance or distribution.</ p >
762
766
763
767
764
768
Original file line number Diff line number Diff line change @@ -618,10 +618,6 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
618
618
</ thead >
619
619
< tbody >
620
620
< tr >
621
- < td style ="text-align: right; "> < code > cpp_linter</ code > </ td >
622
- < td style ="text-align: left; "> The pure python sources that wrap the rust binding. Typing information is located here.</ td >
623
- </ tr >
624
- < tr >
625
621
< td style ="text-align: right; "> < code > src</ code > </ td >
626
622
< td style ="text-align: left; "> The location for all rust sources related to binding the cpp-linter library.</ td >
627
623
</ tr >
@@ -630,6 +626,10 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
630
626
< td style ="text-align: left; "> Metadata about the binding's rust package (which < em > is not</ em > intended to be published to crates.io).</ td >
631
627
</ tr >
632
628
< tr >
629
+ < td style ="text-align: right; "> < code > ../../cpp_linter.pyi</ code > </ td >
630
+ < td style ="text-align: left; "> The typing stubs for the package (located in repo root).</ td >
631
+ </ tr >
632
+ < tr >
633
633
< td style ="text-align: right; "> < code > ../../pyproject.toml</ code > </ td >
634
634
< td style ="text-align: left; "> Metadata about the python package (located in repo root).</ td >
635
635
</ tr >
@@ -641,7 +641,7 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
641
641
</ table >
642
642
< p > Hidden files and folders are not described in the table above.
643
643
If they are not ignored by a gitignore specification, then they should be considered
644
- important for maintenance or distribution.</ p >
644
+ important only for maintenance or distribution.</ p >
645
645
646
646
647
647
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2
2
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
3
3
<url >
4
4
<loc >https://cpp-linter.github.io/cpp-linter-rs/</loc >
5
- <lastmod >2024-11-23 </lastmod >
5
+ <lastmod >2024-11-24 </lastmod >
6
6
</url >
7
7
<url >
8
8
<loc >https://cpp-linter.github.io/cpp-linter-rs/changelog/</loc >
9
- <lastmod >2024-11-23 </lastmod >
9
+ <lastmod >2024-11-24 </lastmod >
10
10
</url >
11
11
<url >
12
12
<loc >https://cpp-linter.github.io/cpp-linter-rs/cli/</loc >
13
- <lastmod >2024-11-23 </lastmod >
13
+ <lastmod >2024-11-24 </lastmod >
14
14
</url >
15
15
<url >
16
16
<loc >https://cpp-linter.github.io/cpp-linter-rs/node/</loc >
17
- <lastmod >2024-11-23 </lastmod >
17
+ <lastmod >2024-11-24 </lastmod >
18
18
</url >
19
19
<url >
20
20
<loc >https://cpp-linter.github.io/cpp-linter-rs/permissions/</loc >
21
- <lastmod >2024-11-23 </lastmod >
21
+ <lastmod >2024-11-24 </lastmod >
22
22
</url >
23
23
<url >
24
24
<loc >https://cpp-linter.github.io/cpp-linter-rs/pr-review-caveats/</loc >
25
- <lastmod >2024-11-23 </lastmod >
25
+ <lastmod >2024-11-24 </lastmod >
26
26
</url >
27
27
<url >
28
28
<loc >https://cpp-linter.github.io/cpp-linter-rs/python/</loc >
29
- <lastmod >2024-11-23 </lastmod >
29
+ <lastmod >2024-11-24 </lastmod >
30
30
</url >
31
31
</urlset >
You can’t perform that action at this time.
0 commit comments