[go: up one dir, main page]

rkyv 0.8.0-rc.1

Zero-copy deserialization framework for Rust
Documentation
1
2
3
4
5
6
7
#[test]
#[cfg(not(miri))]
fn ui() {
    let t = trybuild::TestCases::new();
    t.pass("tests/ui/derive_visibility.rs");
    t.pass("tests/ui/raw_identifiers.rs");
}