9#include <seqan3/test/tmp_directory.hpp>
12#include <cereal/archives/binary.hpp>
14#include <cereal/types/vector.hpp>
20 cereal::BinaryInputArchive archive(is);
28 cereal::BinaryOutputArchive archive(os);
36 seqan3::test::tmp_directory tmp{};
37 auto tmp_file = tmp.path() /
"data.out";
Provides seqan3::debug_stream and related types.
debug_stream_type debug_stream
A global instance of seqan3::debug_stream_type.
Definition debug_stream.hpp:37