category | description |
---|---|
Serialization |
File line/col span for .toml values |
File line/col span for .toml values
version | thoroughness | understanding | rating | notes |
---|---|---|---|---|
0.1.0 | low | medium | positive | Full Review |
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 |