A collection of wrappers that hold values which are settable as strings.
Feature labels in documentation
The crate's documentation uses automatically generated feature labels, which currently requires nightly featuers. To build the documentation locally use:
$ RUSTFLAGS="--cfg docsrs" RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
Change log
The details of changes can always be found in the timeline, but for a high-level view of changes between released versions there's a manually maintained Change Log.
Project status
This crate is being actively developed and maintained.
strval is unlikely to reach 1.0.0
because it is a tracking crate.
Version compatibility
strval tracks the rusqlite crate.
strval | rusqlite |
---|---|
0.1.x | 0.36.0 |
0.2.x | 0.36.0 |
0.3.x | 0.37.0 |