Docs.rs
tg-syscall-0.1.0-preview.1
tg-syscall 0.1.0-preview.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DeathWish5
Dependencies
bitflags ^1.2
normal
spin ^0.9
normal
tg-signal-defs ^0.1.0-preview.1
normal
Versions
0.33%
of the crate is documented
Platform
riscv64gc-unknown-none-elf
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
Files
tg_syscall/
io.rs
1
pub const
STDIN: usize =
0
;
2
pub const
STDOUT: usize =
1
;
3
pub const
STDDEBUG: usize =
2
;