tracexec-core 1.0.0-rc.1

Core crate of tracexec [Internal implementation! DO NOT DEPEND ON!]
Documentation
1
2
3
use std::io::Write;

pub type Output = dyn Write + Send + Sync + 'static;