Docs.rs
sys-rs-0.1.0
sys-rs 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yrakcaz
Dependencies
capstone ^0.12.0
normal
ctor ^0.2.8
normal
gimli ^0.28.1
normal
goblin ^0.8.0
normal
libc ^0.2.153
normal
libunwind-rs ^0.4.0
normal
nix ^0.30.1
normal
procfs ^0.18.0
normal
rustyline ^16.0.0
normal
serde ^1.0.197
normal
serde_derive ^1.0.197
normal
serde_json ^1.0.114
normal
tempfile ^3.22.0
normal
regex ^1
dev
serial_test ^3.1.1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module param
sys_rs
0.1.0
Module param
Module Items
Enums
Traits
In crate sys_
rs
sys_rs
Module
param
Copy item path
Source
Expand description
Command parameter types and parsed value representation.
Enums
§
Format
How to format bytes when examining memory.
Type
The expected parameter type for a command argument.
Value
A parsed command argument value.
Traits
§
Extend
Helpers to extend a parsed
Value
path with additional string arguments.
Join
Join a slice of
Value
into a single
String
using
sep
as separator.