Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 2.07 KB

toml-spanned-value.md

File metadata and controls

78 lines (57 loc) · 2.07 KB
category description
Serialization
File line/col span for .toml values

toml-spanned-value

File line/col span for .toml values

Audit

version thoroughness understanding rating notes
0.1.0 low medium positive Full Review

0.1.0

File Rating Notes
.github\workflows\toml-spanned-value.yml ✔️ actions-rs
src\lib.rs ✔️
src\map.rs ✔️ A lot of annoying boilerplate
src\spanned_value.rs ✔️
tests\datetime.rs ✔️
tests\spanned.rs ✔️
.cargo_vcs_info.json ✔️
.cargo-ok ✔️
.gitignore ✔️
Cargo.toml ✔️ MIT OR Apache-2.0, indexmap
Cargo.toml.orig ✔️ MIT OR Apache-2.0, indexmap
LICENSE-APACHE ✔️ Apache-2.0
LICENSE-MIT ✔️ MIT
README.md ✔️
Other Rating Notes
unsafe ✔️ None
fs ✔️ None
io ✔️ safe serde
docs ✔️ Excellent
tests ✔️ Looks good