Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/That3Percent/tree-buf
/ functions
Functions
262 in github.com/That3Percent/tree-buf
⨍
Functions
262
◇
Types & classes
86
Function
all_array_type_ids
()
tree-buf/src/internal/branch/mod.rs:149
Function
all_root_type_ids
()
tree-buf/src/internal/branch/mod.rs:143
Function
array1
()
tree-buf/tests/round_trip.rs:92
Function
array_tuple
()
tree-buf/tests/round_trip.rs:147
Method
array_type_id
()
tree-buf/src/internal/encodings/zfp.rs:19
Function
big_brotli_str
()
tree-buf/tests/round_trip.rs:484
Function
bool_array
()
tree-buf/tests/round_trip.rs:71
Function
bools_root
()
tree-buf/tests/round_trip.rs:59
Function
broken_int
()
tree-buf/tests/round_trip.rs:54
Method
buffer_many
(&'a mut self, values: &'b [bool])
tree-buf/src/internal/types/boolean.rs:36
Method
buffer_one
(&'a mut self, value: &'b Option<T>)
tree-buf/src/internal/types/nullable.rs:36
Method
buffer_one
(&'a mut self, value: &'b bool)
tree-buf/src/internal/types/boolean.rs:33
Method
buffer_one
(&'a mut self, value: &'b String)
tree-buf/src/internal/types/string.rs:65
Method
buffer_one
(&'a mut self, _value: &'b Ignore)
tree-buf/src/internal/types/ignore.rs:24
Method
buffer_one
(&'a mut self, value: &'b Box<T>)
tree-buf/src/internal/rust_std/smart_pointers.rs:34
Method
c
(s: &String, x: &impl fmt::Display)
tree-buf/src/experimental/stats.rs:15
Function
can_extend
()
tree-buf/src/internal/buffer.rs:164
Function
can_push_to_capacity
()
tree-buf/src/internal/buffer.rs:152
Function
canonical_idents_compatible
()
tree-buf/tests/schema_migrations.rs:25
Function
check_buffer
()
tree-buf/src/internal/buffer.rs:30
Function
compress
(data: impl Iterator<Item = f64>, bytes: &mut Vec<u8>)
tree-buf/src/internal/encodings/gorilla_new.rs:60
Function
compress
(data: &[T], stream: &mut EncoderStream<'_, O>, compressors: &impl CompressorSet<T>)
tree-buf/src/internal/encodings/compress.rs:4
Method
compress
TODO: fast_size_for
tree-buf/src/internal/encodings/dictionary.rs:111
Method
compress
(&self, data: &[bool], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:67
Method
compress
(&self, data: &[T], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/string.rs:188
Method
compress
(&self, compressor: usize, data: &[T], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/tuple.rs:198
Method
compress
(&self, data: &[u32], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/integer.rs:461
Function
conversions
()
tree-buf/tests/round_trip.rs:245
Function
convert_all
()
tree-buf/src/internal/branch/mod.rs:132
Method
data_type
()
tree-buf/src/internal/encodings/zfp.rs:16
Method
decode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/nullable.rs:18
Method
decode
(sticks: DynRootBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/types/boolean.rs:22
Method
decode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/hashmap.rs:51
Method
decode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/types/array.rs:37
Method
decode
(sticks: DynRootBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/types/string.rs:90
Method
decode
(_sticks: DynRootBranch<'_>, _options: &impl DecodeOptions)
tree-buf/src/internal/types/ignore.rs:17
Method
decode
(sticks: DynRootBranch<'_>, options: &impl DecodeOptions)
tree-buf/src/internal/rust_std/smart_pointers.rs:27
Function
decode_macro_derive
(input: proc_macro::TokenStream)
tree-buf-macros/src/lib.rs:26
Method
decode_next
(&mut self)
tree-buf/src/internal/encoder_decoder.rs:111
Method
decode_next
(&mut self)
tree-buf/src/internal/types/nullable.rs:79
Method
decode_next
(&mut self)
tree-buf/src/internal/rust_std/smart_pointers.rs:49
Method
decode_next_infallible
(&mut self)
tree-buf/src/internal/types/boolean.rs:107
Method
decode_next_infallible
(&mut self)
tree-buf/src/internal/types/ignore.rs:37
Method
decode_next_infallible
(&mut self)
tree-buf/src/internal/rust_std/usize_.rs:12
Function
decompress
(bytes: &[u8])
tree-buf/src/internal/encodings/gorilla_old.rs:7
Function
decompress
(bytes: &[u8])
tree-buf/src/internal/encodings/zfp.rs:71
Function
decompress
(_bytes: &[u8])
tree-buf/src/internal/encodings/gorilla_new.rs:6
Method
default
()
tree-buf/src/internal/buffer.rs:41
Method
default
()
tree-buf/src/internal/branch/array_branch.rs:280
Method
default
()
tree-buf/src/internal/branch/root_branch.rs:197
Function
delta_decode_in_place
(data: &mut [T])
tree-buf/src/internal/encodings/delta.rs:18
Function
delta_encode_in_place
FIXME: This may not be what is needed. Zigzag may be.
tree-buf/src/internal/encodings/delta.rs:5
Function
delta_prefix_var
()
tree-buf/tests/round_trip.rs:463
Function
deref
()
tree-buf/src/internal/buffer.rs:187
Method
deref
(&self)
tree-buf/src/internal/buffer.rs:61
Method
drop
(&mut self)
tree-buf/src/internal/buffer.rs:23
Method
encode_all
(values: &[T], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/encoder_decoder.rs:65
Method
encode_all
(values: &[bool], stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:40
Function
encode_array
(_data: &[T], _max: T, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/integer.rs:32
Function
encode_ident
(value: &str, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/branch/mod.rs:87
Function
encode_into_with_scratch
(_value: &T, _scratch: &mut Scratch, _into: &mut Vec<u8>)
tree-buf/src/experimental/scratch.rs:27
Function
encode_macro_derive
(input: proc_macro::TokenStream)
tree-buf-macros/src/lib.rs:19
Method
encode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/nullable.rs:6
Method
encode_root
(&self, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:10
Method
encode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/hashmap.rs:9
Method
encode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/array.rs:7
Method
encode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/string.rs:37
Method
encode_root
(&self, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/ignore.rs:9
Method
encode_root
(&self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/rust_std/smart_pointers.rs:14
Function
encode_root_sint
(value: i64, bytes: &mut Vec<u8>)
tree-buf/src/internal/types/integer.rs:356
Function
enum_with_vec
()
tree-buf/tests/round_trip.rs:404
Function
expect_schema_mismatch
()
tree-buf/tests/schema_mismatches.rs:6
Method
fast_size_for
(&self, data: &[T], options: &O)
tree-buf/src/internal/encodings/dictionary.rs:123
Method
fast_size_for
(&self, data: &[bool], _options: &O)
tree-buf/src/internal/types/boolean.rs:62
Method
fast_size_for
(&self, data: &[T], _options: &O)
tree-buf/src/internal/types/string.rs:180
Method
fast_size_for
(&self, compressor: usize, data: &[T], options: &O)
tree-buf/src/internal/types/tuple.rs:192
Method
fast_size_for
(&self, data: &[u32], options: &O)
tree-buf/src/internal/types/integer.rs:466
Method
fast_size_for_all
(values: &[bool], options: &O)
tree-buf/src/internal/types/boolean.rs:53
Function
fast_size_for_array
(_data: &[T], _max: T, _options: O)
tree-buf/src/internal/types/integer.rs:35
Function
fixed_array_to_vec
()
tree-buf/tests/schema_migrations.rs:46
Function
fixed_arrays
()
tree-buf/tests/round_trip.rs:397
Function
float32_vec
()
tree-buf/tests/round_trip.rs:109
Function
float64_vec
()
tree-buf/tests/round_trip.rs:103
Method
flush
(self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/nullable.rs:42
Method
flush
(self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/boolean.rs:47
Method
flush
(self, _stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/types/ignore.rs:26
Method
flush
(self, stream: &mut EncoderStream<'_, O>)
tree-buf/src/internal/rust_std/smart_pointers.rs:37
Method
fmt
(&self, f: &mut Formatter<'_>)
tree-buf/src/internal/error.rs:20
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
tree-buf/src/internal/branch/array_branch.rs:12
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
tree-buf/src/experimental/stats.rs:54
Method
from
(_value: std::str::Utf8Error)
tree-buf/src/internal/error.rs:33
Method
from
(value: &'a [u8])
tree-buf/src/internal/branch/array_branch.rs:19
Function
get_delta_zigs
TODO: Use second-stack
tree-buf/src/internal/types/integer.rs:437
Function
ignores
()
tree-buf/tests/round_trip.rs:196
Function
int_to_bool_nested
()
tree-buf/tests/round_trip.rs:452
Function
int_vec
()
tree-buf/tests/round_trip.rs:98
Function
ints_root
()
tree-buf/tests/round_trip.rs:76
Function
item
()
tree-buf/tests/round_trip.rs:154
Function
item_vec
()
tree-buf/tests/round_trip.rs:162
Function
large_structs
()
tree-buf/tests/round_trip.rs:265
← previous
next →
101–200 of 262, ranked by callers