Docs.rs
hax-lib-0.3.2
hax-lib 0.3.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:cryspen:tools
Dependencies
hax-lib-macros =0.3.2
normal
optional
num-bigint ^0.4
normal
num-traits ^0.2
normal
Versions
25.37%
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
hax_lib
0.3.2
Abstraction
Required Associated Types
AbstractType
Required Methods
lift
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In hax_
lib::
int
hax_lib
::
int
Trait
Abstraction
Copy item path
Source
pub trait Abstraction { type
AbstractType
; // Required method fn
lift
(self) -> Self::
AbstractType
; }
Required Associated Types
§
Source
type
AbstractType
Required Methods
§
Source
fn
lift
(self) -> Self::
AbstractType
Implementations on Foreign Types
§
Source
§
impl
Abstraction
for
i8
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i16
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i32
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i64
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
i128
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
isize
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u8
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u16
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u32
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u64
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
u128
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Source
§
impl
Abstraction
for
usize
Source
§
type
AbstractType
=
Int
Source
§
fn
lift
(self) -> Self::
AbstractType
Implementors
§