summary refs log tree commit diff
path: root/library/std/src/ffi/c_str
AgeCommit message (Collapse)AuthorLines
2021-03-28ffi::c_str added tests for empty stringsklensy-0/+16
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+195
Also doing fmt inplace as requested.