Easily call NT System Calls from rust.
To use ntcall-rs
, first add this to your Cargo.toml
:
toml
[dependencies]
ntcall = "0.1"
See documentation for more details.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in ntcall-rs
by you, shall be licensed as MIT, without any additional
terms or conditions.