We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf058ca commit 1e7d94bCopy full SHA for 1e7d94b
src/lib.rs
@@ -139,7 +139,7 @@ pub struct Api {
139
/// The current directory is stored as UTF-8 into the given buffer. The
140
/// function returns the number of bytes written to the buffer, or an error.
141
/// If the function did not return an error, the buffer can be assumed to
142
- /// contain a valid file path.
+ /// contain a valid file path. That path will not be null terminated.
143
pub pwd: extern "C" fn(path: FfiBuffer) -> Result<usize>,
144
/// Allocate some memory.
145
///
0 commit comments