shithub
fortrangoingonforty
/
armfortas
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
armfortas
Public
Watch
0
Fork
0
Star
0
armfortas
/
src
/
runtime
/
mod.rs
Rust · 213 bytes
Raw
Blame
History
1
//! Runtime library (libarmfortas_rt).
2
//!
3
//! I/O subsystem, memory management, string operations,
4
//! array intrinsics, and system interfaces. Compiled to a static
5
//! library linked into every produced binary.
6