| Crates.io | syscaller-wrap-macro |
| lib.rs | syscaller-wrap-macro |
| version | 0.2.3 |
| created_at | 2025-07-30 20:40:25.012671+00 |
| updated_at | 2025-09-03 20:36:26.927341+00 |
| description | Procedural macro for parsing C function signatures into syscall wrappers for syscaller crate |
| homepage | https://github.com/mathyslv/syscaller |
| repository | https://github.com/mathyslv/syscaller |
| max_upload_size | |
| id | 1774052 |
| size | 15,339 |
wrap_syscall! {
1 : ssize_t write(int fd, void *buf, size_t count),
57 : int fork(),
59 : int execve(const char *path, char *const *argv, char *const *envp),
319 : int memfd_create(const char *name, unsigned int flags),
}