Docs.rs
exxact-0.1.0
exxact 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
AND
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
feefladder
Dependencies
appendlist ^1.4.0
normal
fraction ^0.14.0
normal
lyn ^0.1.0
normal
num ^0.4.1
normal
num-traits ^0.2.17
normal
ordered-float ^4.2.0
normal
prime_factorization ^1.0.4
normal
proptest ^1.4.0
normal
Versions
18%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
AsciiString
exxact
0.1.0
Ascii
String
Required Methods
ascii
Implementors
In exxact::
io_
traits
exxact
::
io_traits
Trait
Ascii
String
Copy item path
Source
pub trait AsciiString { // Required method fn
ascii
(&self) -> &
str
; }
Required Methods
§
Source
fn
ascii
(&self) -> &
str
Implementors
§
Source
§
impl
AsciiString
for
Const
Source
§
impl<'a, Field:
FieldTrait
<'a>>
AsciiString
for
Expr
<'a, Field>
Source
§
impl<'a, Field:
FieldTrait
<'a>>
AsciiString
for
ExprFn
<'a, Field>