nt-list 0.3.0

Compatible, type-safe, and idiomatic Rust implementations of Windows NT Linked Lists
Documentation
1
2
3
4
5
// Copyright 2022 Colin Finck <colin@reactos.org>
// SPDX-License-Identifier: MIT OR Apache-2.0

// https://rust-lang.github.io/api-guidelines/future-proofing.html
pub trait Sealed {}