Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZettaScaleLabs/stabby
/ functions
Functions
628 in github.com/ZettaScaleLabs/stabby
⨍
Functions
628
◇
Types & classes
243
↓ 1 callers
Method
match_ref_ctx
Equivalent to `match &self`.
stabby-abi/src/option.rs:108
↓ 1 callers
Method
next
(&mut self)
stabby-abi/src/alloc/single_or_vec.rs:480
↓ 1 callers
Method
next_const
A `const` compatible alternative to [`Iterator::next`]
stabby-abi/src/report.rs:121
↓ 1 callers
Method
partial_cmp
(&self, other: &Self)
stabby-abi/src/alloc/collections/arc_btree.rs:87
↓ 1 callers
Method
ptr
Access the data pointer.
stabby-abi/src/fatptr.rs:181
↓ 1 callers
Method
realign
(mut self, new_align: usize)
stabby-abi/src/alloc/mod.rs:114
↓ 1 callers
Method
realloc
( &mut self, ptr: *mut (), prev_layout: Layout, new_size: usize, )
stabby-abi/src/alloc/mod.rs:205
↓ 1 callers
Method
remaining_capacity
The remaining number of elements that can be pushed before reallocating.
stabby-abi/src/alloc/vec.rs:178
↓ 1 callers
Function
repr_stabby
( attrs: &Vec<Attribute>, vis: &Visibility, ident: &Ident, generics: &Generics, data: Data
stabby-macros/src/enums.rs:426
↓ 1 callers
Method
self_dependent_types
(&self)
stabby-macros/src/traits.rs:426
↓ 1 callers
Method
size_hint
(&self)
stabby-abi/src/alloc/single_or_vec.rs:491
↓ 1 callers
Method
split_mut
(&mut self)
stabby-abi/src/alloc/mod.rs:342
↓ 1 callers
Function
stabby
( mut item_trait: syn::ItemTrait, stabby_attrs: &proc_macro::TokenStream, )
stabby-macros/src/traits.rs:1507
↓ 1 callers
Method
stability_cond
(&self, self_dependents: &SelfDependentTypes)
stabby-macros/src/traits.rs:437
↓ 1 callers
Method
strike
(&mut self)
stabby/src/tests/regressions/issue_103.rs:22
↓ 1 callers
Method
subsec_micros
Returns the number of microseconds after the last second of the duration.
stabby/src/time.rs:68
↓ 1 callers
Method
swap
Perform a [`AtomicDuration::load`] and [`AtomicDuration::store`] in a single atomic operation
stabby/src/time.rs:172
↓ 1 callers
Method
to_owned
(self)
stabby/src/allocs/borrow.rs:42
↓ 1 callers
Method
try_concat
Attempts to concatenate `s` to `self` # Errors This returns an [`AllocationError`] if reallocation was needed and failed to concatenate.
stabby-abi/src/alloc/string.rs:45
↓ 1 callers
Method
try_concat_str
(&mut self, s: &str)
stabby-abi/src/alloc/string.rs:39
↓ 1 callers
Method
try_push
Adds `value` at the end of `self`. # Errors This function gives back the `value` if the vector tried to grow due to being full, and the allocator fai
stabby-abi/src/alloc/single_or_vec.rs:128
↓ 1 callers
Method
try_reserve
Ensures that `additional` more elements can be pushed on `self` without reallocating. This may reallocate once to provide this guarantee. # Errors R
stabby-abi/src/alloc/single_or_vec.rs:203
↓ 1 callers
Function
tuples
(max_tuple: usize)
stabby-abi/build.rs:69
↓ 1 callers
Function
typenum_unsigned
()
stabby-abi/build.rs:38
↓ 1 callers
Method
vtable
(&self)
stabby-macros/src/traits.rs:600
↓ 1 callers
Method
vtid
(&self)
stabby-macros/src/traits.rs:508
↓ 1 callers
Method
wake_by_ref
(this: *const ())
stabby-abi/src/future.rs:98
↓ 1 callers
Method
where_clauses
(&self)
stabby-macros/src/traits.rs:551
↓ 1 callers
Method
with_waker
Exposes `self` as a [`core::task::Waker`], letting you use it to run standard futures. You generally shouldn't need to do this manually.
stabby-abi/src/future.rs:40
Method
Err
(value: Err)
stabby-abi/src/result.rs:261
Method
None
()
stabby-abi/src/option.rs:85
Method
Ok
(value: Ok)
stabby-abi/src/result.rs:250
Method
Some
(value: T)
stabby-abi/src/option.rs:78
Method
add
(mut self, rhs: Self)
stabby/src/time.rs:91
Method
add_assign
(&mut self, rhs: Self)
stabby/src/time.rs:80
Method
add_assign
(&mut self, rhs: &S)
stabby-abi/src/alloc/string.rs:65
Method
alloc
(&mut self, layout: Layout)
stabby-abi/src/alloc/allocators/libc_alloc.rs:56
Method
alloc
(&mut self, layout: crate::alloc::Layout)
stabby-abi/src/alloc/allocators/rust_alloc.rs:104
Method
alloc_array
Allocates a pointer to an array of `capacity` `T`, prefixed by an [`AllocPrefix`]
stabby-abi/src/alloc/mod.rs:383
Method
allocator
Returns a reference to the vector's allocator.
stabby-abi/src/alloc/vec.rs:443
Method
allocator
Returns a reference to the allocator used to construct `this`
stabby-abi/src/alloc/sync.rs:294
Method
allocator_mut
(&mut self)
stabby-abi/src/alloc/vec.rs:448
Method
anonimize
(self)
stabby-abi/src/alloc/boxed.rs:269
Method
anonimize
(self)
stabby-abi/src/alloc/sync.rs:791
Function
arc_traits
()
stabby/src/tests/traits.rs:184
Method
array
(n: usize)
stabby-abi/src/alloc/mod.rs:81
Method
as_ref
(&self)
stabby-abi/src/str.rs:56
Method
as_secs_f64
Returns the number of seconds in the duration, including sub-seconds.
stabby/src/time.rs:60
Method
as_slice
Returns this slice. # Safety `self` must be valid.
stabby-abi/src/alloc/mod.rs:442
Method
as_slice_mut
Returns a mutable borrow to the slice if no other references to it may exist.
stabby-abi/src/alloc/sync.rs:447
Method
assert
Proves that `T` is ABI-stable.
stabby-abi/src/lib.rs:159
Function
assert_stable
A no-op that fails to compile if `T` isn't proven ABI-stable by stabby.
stabby-abi/src/lib.rs:44
Function
async_trait
()
stabby/src/tests/traits.rs:206
Function
bench
(c: &mut Criterion, set: &[i32])
stabby/benches/allocators.rs:5
Function
bench_allocs
(c: &mut Criterion)
stabby/benches/allocators.rs:19
Function
bench_dynptr
(c: &mut Criterion)
stabby/benches/enums.rs:51
Function
bench_dynptr
(c: &mut Criterion)
stabby/benches/dynptr.rs:43
Function
bench_slices
(c: &mut Criterion)
stabby/benches/boxed_slices.rs:6
Method
bitand
(self, rhs: Self)
stabby-macros/src/functions.rs:248
Method
bitor
(self, rhs: Self)
stabby-macros/src/functions.rs:242
Function
btree_insert_libc
()
stabby-abi/src/alloc/collections/arc_btree.rs:773
Function
btree_insert_rs
()
stabby-abi/src/alloc/collections/arc_btree.rs:805
Function
canary_suffixes
(_: TokenStream)
stabby-macros/src/lib.rs:486
Method
clone
(&self)
stabby-abi/src/slice.rs:35
Method
clone
(&self)
stabby-abi/src/istable.rs:162
Method
clone
(&self)
stabby-abi/src/fatptr.rs:276
Method
clone
(&self)
stabby-abi/src/result.rs:116
Method
clone
(&self)
stabby-abi/src/alloc/mod.rs:281
Method
clone
(&self)
stabby-abi/src/alloc/string.rs:213
Method
clone
(&self)
stabby-abi/src/alloc/boxed.rs:208
Method
clone
(&self)
stabby-abi/src/typenum2/unsigned.rs:499
Method
clone_borrowed
( borrowed_waker: StableLike<&Waker, &()>, )
stabby-abi/src/future.rs:151
Method
cmp
(&self, other: &Self)
stabby-abi/src/alloc/single_or_vec.rs:378
Method
cmp
(&self, other: &Self)
stabby-abi/src/alloc/boxed.rs:373
Method
cmp
(&self, other: &Self)
stabby-abi/src/alloc/sync.rs:588
Method
copy_from_ptr
Reinterprets the pointer as a root, leaving partial ownership to the pointer.
stabby-abi/src/alloc/collections/arc_btree.rs:266
Method
count
(self)
stabby-abi/src/alloc/single_or_vec.rs:496
Method
dangling
Constructs a dangling pointer.
stabby-abi/src/alloc/mod.rs:306
Method
default
()
stabby-macros/src/functions.rs:32
Method
default
()
stabby-abi/src/option.rs:63
Method
default
()
stabby-abi/src/istable.rs:179
Method
default
()
stabby-abi/src/alloc/vec.rs:537
Method
default
()
stabby-abi/src/alloc/single_or_vec.rs:48
Method
default
()
stabby-abi/src/alloc/string.rs:50
Method
default
()
stabby-abi/src/alloc/allocators/rust_alloc.rs:99
Method
default
()
stabby-abi/src/alloc/collections/arc_btree.rs:16
Method
default
()
stabby-abi/src/typenum2/unsigned.rs:493
Method
deref
(&self)
stabby/src/libloading.rs:58
Method
deref
(&self)
stabby-macros/src/traits.rs:152
Method
deref
(&self)
stabby-macros/src/enums.rs:370
Method
deref
(&self)
stabby-abi/src/lib.rs:340
Method
deref
(&self)
stabby-abi/src/checked_import.rs:42
Method
deref
(&self)
stabby-abi/src/istable.rs:112
Method
deref
(&self)
stabby-abi/src/fatptr.rs:39
Method
deref
(&self)
stabby-abi/src/result.rs:502
Method
deref
(&self)
stabby-abi/src/as_mut.rs:59
Method
deref
(&self)
stabby-abi/src/alloc/single_or_vec.rs:293
Method
deref
(&self)
stabby-abi/src/alloc/mod.rs:287
Method
deref
(&self)
stabby-abi/src/alloc/string.rs:86
Method
deref
(&self)
stabby-abi/src/alloc/boxed.rs:217
← previous
next →
201–300 of 628, ranked by callers