Crates.io | ntcall |
lib.rs | ntcall |
version | 0.1.1 |
source | src |
created_at | 2022-01-21 14:48:37.437067 |
updated_at | 2022-01-21 16:52:57.89144 |
description | Crate for calling NT System Calls easily |
homepage | |
repository | https://github.com/felix-rs/ntcall-rs |
max_upload_size | |
id | 518587 |
size | 118,247 |
Easily call NT System Calls from rust.
To use ntcall-rs
, first add this to your Cargo.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.