[go: up one dir, main page]

sval 0.3.1

A no-std, object-safe serialization framework
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

set -o errexit -o nounset

./ci/test.sh

printf "\n\n---- format consistency ----\n\n"
cargo test -p sval_fmt_tests