JuliaLang / TOML.jl

A fast TOML parser for TOML 1.0 written in Julia
MIT License
34 stars 15 forks source link

Add link to stdlib TOML docs #37

Closed rikhuijzer closed 2 years ago

rikhuijzer commented 2 years ago

This repository is the first one which shows up when searching for jl toml in multiple search engines, so let's add a link to the new place.

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (97b27dc) into master (057a427) will increase coverage by 0.27%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   93.27%   93.54%   +0.27%     
==========================================
  Files           3        3              
  Lines         669      697      +28     
==========================================
+ Hits          624      652      +28     
  Misses         45       45              
Impacted Files Coverage Δ
src/print.jl 95.53% <0.00%> (+0.25%) :arrow_up:
src/parser.jl 93.01% <0.00%> (+0.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 057a427...97b27dc. Read the comment docs.