derail 0.3.0

An alternative to `core::error::Error`.
Documentation
1
2
3
4
5
6
7
//! Integration tests.

// Remove when <https://github.com/rust-lang/rust-clippy/issues/11024> is fixed.
#![expect(clippy::tests_outside_test_module)]

mod error;
mod visitor;