Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bodoni/svg
/ functions
Functions
140 in github.com/bodoni/svg
⨍
Functions
140
◇
Types & classes
20
↓ 32 callers
Method
consume_char
(&mut self, target: char)
src/parser/reader.rs:79
↓ 16 callers
Method
read_parameters
(&mut self)
src/node/element/path/data.rs:235
↓ 12 callers
Method
consume_whitespace
(&mut self)
src/parser/reader.rs:264
↓ 10 callers
Method
capture
(&mut self, block: F)
src/parser/reader.rs:24
↓ 7 callers
Method
assign
(&mut self, name: T, value: U)
src/node/element/mod.rs:104
↓ 6 callers
Method
add
(mut self, command: Command)
src/node/element/path/data.rs:32
↓ 6 callers
Method
consume_while
(&mut self, check: F)
src/parser/reader.rs:251
↓ 5 callers
Method
consume_digits
(&mut self)
src/parser/reader.rs:142
↓ 4 callers
Method
consume_if
(&mut self, check: F)
src/parser/reader.rs:161
↓ 4 callers
Method
consume_until_char
(&mut self, target: char)
src/parser/reader.rs:247
↓ 4 callers
Method
next
(&mut self)
src/parser/reader.rs:344
↓ 4 callers
Method
peek
(&mut self)
src/parser/reader.rs:274
↓ 3 callers
Method
append
(&mut self, command: Command)
src/node/element/path/data.rs:39
↓ 3 callers
Method
consume_name
https://www.w3.org/TR/REC-xml/#NT-Name
src/parser/reader.rs:186
↓ 2 callers
Method
consume_any
(&mut self, targets: &str)
src/parser/reader.rs:46
↓ 2 callers
Method
consume_sign
(&mut self)
src/parser/reader.rs:233
↓ 2 callers
Function
exercise
(mut parser: Parser<'l>)
src/lib.rs:136
↓ 2 callers
Method
next
(&mut self)
src/parser/mod.rs:112
↓ 2 callers
Method
peek_many
(&self)
src/parser/reader.rs:279
↓ 2 callers
Method
read_name
(&mut self)
src/node/element/tag.rs:99
↓ 2 callers
Method
read_number
(&mut self)
src/node/element/path/data.rs:272
↓ 2 callers
Method
read_parameters_elliptical_arc
(&mut self)
src/node/element/path/data.rs:246
↓ 1 callers
Method
append
(&mut self, node: T)
src/node/element/mod.rs:96
↓ 1 callers
Method
clone
(&self)
src/node/mod.rs:96
↓ 1 callers
Method
consume_all
(&mut self)
src/parser/reader.rs:41
↓ 1 callers
Method
consume_attribute
https://www.w3.org/TR/REC-xml/#NT-Attribute
src/parser/reader.rs:51
↓ 1 callers
Method
consume_attribute_value
https://www.w3.org/TR/REC-xml/#NT-AttValue
src/parser/reader.rs:56
↓ 1 callers
Method
consume_character
(&mut self)
src/parser/reader.rs:89
↓ 1 callers
Method
consume_comment
https://www.w3.org/TR/REC-xml/#sec-comments
src/parser/reader.rs:94
↓ 1 callers
Method
consume_comment_body
(&mut self)
src/parser/reader.rs:108
↓ 1 callers
Method
consume_declaration
(&mut self)
src/parser/reader.rs:134
↓ 1 callers
Method
consume_digits_hex
(&mut self)
src/parser/reader.rs:147
↓ 1 callers
Method
consume_equality
https://www.w3.org/TR/REC-xml/#NT-Eq
src/parser/reader.rs:154
↓ 1 callers
Method
consume_instruction
(&mut self)
src/parser/reader.rs:178
↓ 1 callers
Method
consume_name_character
(&mut self)
src/parser/reader.rs:193
↓ 1 callers
Method
consume_name_start_character
(&mut self)
src/parser/reader.rs:197
↓ 1 callers
Method
consume_number
https://www.w3.org/TR/SVG/types.html#DataTypeNumber
src/parser/reader.rs:202
↓ 1 callers
Method
consume_reference
https://www.w3.org/TR/REC-xml/#NT-Reference
src/parser/reader.rs:219
↓ 1 callers
Method
consume_tag
(&mut self)
src/parser/reader.rs:237
↓ 1 callers
Method
consume_until_any
(&mut self, targets: &str)
src/parser/reader.rs:242
↓ 1 callers
Function
escape
(value: &str)
src/node/text.rs:52
↓ 1 callers
Method
get_children
(&self)
src/node/element/mod.rs:56
↓ 1 callers
Method
get_children_mut
(&mut self)
src/node/element/mod.rs:62
↓ 1 callers
Method
is_bare
(&self)
src/node/text.rs:40
↓ 1 callers
Method
is_done
(&self)
src/parser/reader.rs:269
↓ 1 callers
Method
next_angle
(&mut self)
src/parser/mod.rs:54
↓ 1 callers
Method
next_text
(&mut self)
src/parser/mod.rs:71
↓ 1 callers
Function
open
Open a document.
src/lib.rs:79
↓ 1 callers
Method
parse
(content: &str)
src/node/element/path/data.rs:26
↓ 1 callers
Method
process
(&mut self)
src/node/element/tag.rs:51
↓ 1 callers
Method
process
(&mut self)
src/node/element/path/data.rs:177
↓ 1 callers
Function
read
Read a document.
src/lib.rs:89
↓ 1 callers
Method
read_attribute
(&mut self)
src/node/element/tag.rs:59
↓ 1 callers
Method
read_attributes
(&mut self)
src/node/element/tag.rs:76
↓ 1 callers
Method
read_command
(&mut self)
src/node/element/path/data.rs:189
↓ 1 callers
Method
read_comment
(&mut self)
src/parser/mod.rs:77
↓ 1 callers
Method
read_declaration
(&mut self)
src/parser/mod.rs:84
↓ 1 callers
Method
read_end_tag
(&mut self)
src/node/element/tag.rs:90
↓ 1 callers
Method
read_flag
(&mut self)
src/node/element/path/data.rs:262
↓ 1 callers
Method
read_instruction
(&mut self)
src/parser/mod.rs:91
↓ 1 callers
Method
read_start_or_empty_tag
(&mut self)
src/node/element/tag.rs:107
↓ 1 callers
Method
read_tag
(&mut self)
src/parser/mod.rs:98
Method
append
(&mut self, _: T)
src/node/comment.rs:35
Method
append
(&mut self, _: T)
src/node/mod.rs:29
Method
assign
(&mut self, _: T, _: U)
src/node/comment.rs:42
Method
assign
(&mut self, _: T, _: U)
src/node/mod.rs:38
Function
capture
()
src/parser/reader.rs:366
Method
check_character
https://www.w3.org/TR/REC-xml/#NT-Char
src/parser/reader.rs:289
Method
check_name_character
https://www.w3.org/TR/REC-xml/#NT-NameChar
src/parser/reader.rs:302
Method
check_name_start_character
https://www.w3.org/TR/REC-xml/#NT-NameStartChar
src/parser/reader.rs:318
Function
comment_display
()
src/node/comment.rs:67
Function
consume_attribute
()
src/parser/reader.rs:377
Function
consume_comment
()
src/parser/reader.rs:411
Function
consume_name
()
src/parser/reader.rs:435
Function
consume_number
()
src/parser/reader.rs:464
Function
consume_reference
()
src/parser/reader.rs:517
Function
consume_whitespace
()
src/parser/reader.rs:547
Function
data_append
()
src/node/element/path/data.rs:295
Function
data_into_value
()
src/node/element/path/data.rs:303
Function
data_parse
()
src/node/element/path/data.rs:313
Method
default_hash
(&self, state: &mut DefaultHasher)
src/node/comment.rs:57
Method
default_hash
(&self, state: &mut DefaultHasher)
src/node/blob.rs:42
Method
default_hash
(&self, state: &mut DefaultHasher)
src/node/mod.rs:120
Method
default_hash
(&self, state: &mut DefaultHasher)
src/node/text.rs:47
Method
default_hash
(&self, state: &mut DefaultHasher)
src/node/element/mod.rs:288
Method
deref
(&self)
src/node/value.rs:12
Method
deref
(&self)
src/node/element/path/parameters.rs:13
Method
deref
(&self)
src/node/element/path/data.rs:132
Method
description
(&self)
src/parser/error.rs:27
Function
element_children
()
src/node/element/mod.rs:556
Function
element_display
()
src/node/element/mod.rs:576
Function
element_display_angles
()
src/node/element/mod.rs:597
Function
element_display_quotes
()
src/node/element/mod.rs:617
Method
eq
(&self, other: &T)
src/node/value.rs:29
Function
escape
(value: &str)
src/node/element/mod.rs:544
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/parser/error.rs:33
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/node/value.rs:19
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/node/comment.rs:28
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/node/blob.rs:28
Method
fmt
(&self, formatter: &mut fmt::Formatter)
src/node/text.rs:28
next →
1–100 of 140, ranked by callers