Docs.rs
tesseract-swift-utils-0.5.6
tesseract-swift-utils 0.5.6
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
ypopovych
Dependencies
log ^0.4
normal
num-bigint ^0.4
normal
optional
Versions
0.74%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
tesseract_
swift_
utils
0.5.6
CString
Ref
Trait Implementations
TryAsRef<str>
In tesseract_
swift_
utils::
string
tesseract_swift_utils
::
string
Type Alias
CStringRef
Copy item path
Source
pub type CStringRef =
*const
c_char
;
Trait Implementations
§
Source
§
impl
TryAsRef
<
str
> for
CStringRef
Source
§
type
Error
=
CError
Source
§
fn
try_as_ref
(&self) ->
Result
<&
str
>