Docs.rs
rot13-rs-0.1.1
rot13-rs 0.1.1
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
fawni
Dependencies
Versions
66.67%
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
Rot13
rot13
0.1.1
Rot13
Required Methods
rot13
Implementations on Foreign Types
str
Implementors
In crate rot13
rot13
Trait
Rot13
Copy item path
Source
pub trait Rot13 { // Required method fn
rot13
(&self) ->
String
; }
Expand description
Encode a value as rot13
Required Methods
§
Source
fn
rot13
(&self) ->
String
Encode a value as rot13
Implementations on Foreign Types
§
Source
§
impl
Rot13
for
str
Source
§
fn
rot13
(&self) ->
String
Implementors
§