Docs.rs
rust-persian-tools-1.1.4
rust-persian-tools 1.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ali77gh
Dependencies
chrono ^0.4.38
normal
optional
num ^0.4
normal
optional
num-derive ^0.4
normal
optional
num-traits ^0.2
normal
optional
serde ^1.0.199
normal
optional
thiserror ^1.0.59
normal
optional
urlencoding ^2.1.3
normal
optional
serde_json ^1.0.116
dev
Versions
28.73%
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
rust_
persian_
tools
1.1.4
AddHalf
Space
Required Methods
add_half_space
Implementations on Foreign Types
Cow<'_, str>
String
str
Implementors
In rust_
persian_
tools::
half_
space
rust_persian_tools
::
half_space
Trait
AddHalfSpace
Copy item path
Source
pub trait AddHalfSpace { // Required method fn
add_half_space
(&self) ->
String
; }
Required Methods
§
Source
fn
add_half_space
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
AddHalfSpace
for
Cow
<'_,
str
>
Source
§
fn
add_half_space
(&self) ->
String
Source
§
impl
AddHalfSpace
for
str
Source
§
fn
add_half_space
(&self) ->
String
Source
§
impl
AddHalfSpace
for
String
Source
§
fn
add_half_space
(&self) ->
String
Implementors
§