about summary refs log tree commit diff
path: root/library/std/src/sys/pal/zkvm/args.rs
AgeCommit message (Collapse)AuthorLines
2025-04-12Move args into std::sysThalia Archibald-81/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-04-15zkvm: fix references to `os_str` moduleErik Kaneda-1/+2
The `os_str` module has been moved to `sys`.
2024-01-22zkvm: add partial std supportErik Kaneda-0/+80
Co-authored-by: Frank Laub <flaub@risc0.com> Co-authored-by: nils <nils@risc0.com> Co-authored-by: Victor Graf <victor@risczero.com> Co-authored-by: weikengchen <w.k@berkeley.edu>