Linux Syscalls
This is the library for linux syscalls all are the signatures and data types.
License
This library is licensed under the gpl-3.0 license. So you can use this library and use it under the conditions of gpl-3.0 license.
Install
Using cargo
or
using cargo.toml
[]
= "0.1.5" # latest version
= ["x64_86"] # This is the support for 64 bit systems
Features
There are only available feature is 'x64_86'
You can add the features using Cargo.toml file:
[]
= "0.1.5" # latest version
= ["x64_86"] # This is the support for 64 bit systems
Cargo.toml
Well You can see Cargo.toml and check yourself which features is now available
[]
= "syscalls-rust"
= "LICENSE"
= "README.md"
= "Linux syscalls for rust"
= ["linux", "syscalls", "c", "kernel"]
= "https://github.com/CodeOfSomnath/linux-syscalls"
= "0.1.5"
= "2024"
[]
= ["x64_86"]
= []
[]
Contribution
If you want to contribute to this project you are welcome. You can make a pull request to contribute to this library.