Docs.rs
libyml-0.0.5
libyml 0.0.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sebastienrousseau
Dependencies
anyhow ^1.0.86
normal
pretty_assertions ^1.4.0
dev
version_check ^0.9.5
build
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
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
yaml_string_duplicate
libyml
0.0.5
yaml_
string_
duplicate
Sections
Safety
In libyml::
string
libyml
::
string
Function
yaml_
string_
duplicate
Copy item path
Source
pub unsafe fn yaml_string_duplicate(str:
*const
u8
) ->
*mut
u8
Expand description
Duplicate a null-terminated string.
ยง
Safety
This function is unsafe because it involves memory allocation.