Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bottom-software-foundation/bottom-rs
/ functions
Functions
16 in github.com/bottom-software-foundation/bottom-rs
⨍
Functions
16
◇
Types & classes
1
↓ 2 callers
Function
decode_string
(input: &dyn AsRef<str>)
src/bottom.rs:35
↓ 2 callers
Function
encode_string
(input: &dyn AsRef<str>)
src/bottom.rs:31
↓ 1 callers
Function
decode_byte
(input: &dyn AsRef<str>)
src/bottom.rs:23
Function
byte_to_emoji
For more information see the bottom spec at <https://github.com/bottom-software-foundation/spec>.
build.rs:8
Function
criterion_benchmark
(c: &mut Criterion)
bench/src/bench.rs:42
Function
encode_byte
(value: u8)
src/bottom.rs:19
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/bottom.rs:12
Function
main
()
build.rs:34
Function
main
()
src/main.rs:11
Function
test_byte_encode
()
src/bottom.rs:68
Function
test_char_decode
()
src/bottom.rs:73
Function
test_embedded_null_byte
()
src/bottom.rs:124
Function
test_string_decode
()
src/bottom.rs:78
Function
test_string_encode
()
src/bottom.rs:60
Function
test_unicode_string_decode
()
src/bottom.rs:106
Function
test_unicode_string_encode
()
src/bottom.rs:92