Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anixe/doku
/ functions
Functions
354 in github.com/anixe/doku
⨍
Functions
354
◇
Types & classes
242
Method
serialize_char
(self, v: char)
doku/src/objects/value/serializer.rs:69
Method
serialize_element
( &mut self, value: &T, )
doku/src/objects/value/serializer.rs:213
Method
serialize_f32
(self, v: f32)
doku/src/objects/value/serializer.rs:61
Method
serialize_f64
(self, v: f64)
doku/src/objects/value/serializer.rs:65
Method
serialize_i16
(self, v: i16)
doku/src/objects/value/serializer.rs:33
Method
serialize_i32
(self, v: i32)
doku/src/objects/value/serializer.rs:37
Method
serialize_i64
(self, v: i64)
doku/src/objects/value/serializer.rs:41
Method
serialize_i8
(self, v: i8)
doku/src/objects/value/serializer.rs:29
Method
serialize_key
(&mut self, key: &T)
doku/src/objects/value/serializer.rs:326
Method
serialize_map
( self, _len: Option<usize>, )
doku/src/objects/value/serializer.rs:175
Method
serialize_newtype_struct
( self, _name: &'static str, value: &T, )
doku/src/objects/value/serializer.rs:116
Method
serialize_newtype_variant
( self, _name: &'static str, _variant_index: u32, _variant: &'static str,
doku/src/objects/value/serializer.rs:127
Method
serialize_seq
( self, _len: Option<usize>, )
doku/src/objects/value/serializer.rs:141
Method
serialize_some
( self, value: &T, )
doku/src/objects/value/serializer.rs:85
Method
serialize_str
(self, v: &str)
doku/src/objects/value/serializer.rs:73
Method
serialize_struct_variant
( self, _name: &'static str, _variant_index: u32, _variant: &'static str,
doku/src/objects/value/serializer.rs:190
Method
serialize_tuple
( self, _len: usize, )
doku/src/objects/value/serializer.rs:148
Method
serialize_tuple_struct
( self, _name: &'static str, _len: usize, )
doku/src/objects/value/serializer.rs:155
Method
serialize_tuple_variant
( self, _name: &'static str, _variant_index: u32, _variant: &'static str,
doku/src/objects/value/serializer.rs:164
Method
serialize_u16
(self, v: u16)
doku/src/objects/value/serializer.rs:49
Method
serialize_u32
(self, v: u32)
doku/src/objects/value/serializer.rs:53
Method
serialize_u64
(self, v: u64)
doku/src/objects/value/serializer.rs:57
Method
serialize_u8
(self, v: u8)
doku/src/objects/value/serializer.rs:45
Method
serialize_unit
(self)
doku/src/objects/value/serializer.rs:95
Method
serialize_unit_struct
( self, _name: &'static str, )
doku/src/objects/value/serializer.rs:99
Method
serialize_unit_variant
( self, _name: &'static str, _variant_index: u32, _variant: &'static str,
doku/src/objects/value/serializer.rs:106
Method
serialize_value
( &mut self, value: &T, )
doku/src/objects/value/serializer.rs:335
Function
target
(optional: bool)
doku/src/printers/toml/print_optional.rs:47
Function
target
(array_size: bool)
doku/src/printers/toml/print_array/comment.rs:36
Function
target
(optional: bool)
doku/src/printers/json/print_optional.rs:43
Function
target
(array_size: bool)
doku/src/printers/json/print_array/comment.rs:36
Function
then_doesnt_print_hint
()
doku/src/printers/toml/print_optional.rs:66
Function
then_doesnt_print_hint
()
doku/src/printers/toml/print_array/comment.rs:55
Function
then_doesnt_print_hint
()
doku/src/printers/json/print_optional.rs:62
Function
then_doesnt_print_hint
()
doku/src/printers/json/print_array/comment.rs:55
Function
then_prints_hint
()
doku/src/printers/toml/print_optional.rs:80
Function
then_prints_hint
()
doku/src/printers/toml/print_array/comment.rs:72
Function
then_prints_hint
()
doku/src/printers/json/print_optional.rs:76
Function
then_prints_hint
()
doku/src/printers/json/print_array/comment.rs:72
Function
to_json
Generates a JSON documentation for specified type. # Example ``` use doku::Document; #[derive(Document)] struct Config { /// Database's host db_hos
doku/src/lib.rs:349
Function
to_json_fmt
Generates a JSON documentation for specified type using custom formatting settings. # Example ``` use doku::Document; #[derive(Document)] struct Co
doku/src/lib.rs:388
Function
to_json_fmt_val
Generates a JSON documentation for specified type using custom formatting settings, and extracting example values from given serializable object. # E
doku/src/lib.rs:482
Function
to_json_val
Generates a JSON documentation for specified type, extracting example values from given serializable object. This is useful e.g. if you've got a conf
doku/src/lib.rs:434
Function
to_toml
Generates a TOML documentation for specified type. # Example ``` use doku::Document; #[derive(Document)] struct Config { /// Database's host db_hos
doku/src/lib.rs:514
Function
to_toml_fmt
Generates a TOML documentation for specified type using custom formatting settings. # Example ``` use doku::Document; #[derive(Document)] struct Co
doku/src/lib.rs:551
Function
to_toml_fmt_val
Generates a TOML documentation for specified type using custom formatting settings, and extracting example values from given serializable object. # E
doku/src/lib.rs:641
Function
to_toml_val
Generates a TOML documentation for specified type, extracting example values from given serializable object. This is useful e.g. if you've got a conf
doku/src/lib.rs:595
Method
ty
()
doku/tests/printers/struct/with_examples/mod.rs:48
Method
ty
()
doku/examples/custom-impl.rs:16
Method
with
(mut self, key: &'static str, value: &'static str)
doku/src/objects/meta.rs:33
Method
with_formatting
A consuming variant of [`Self::set_formatting()`].
doku/src/printers/toml.rs:70
Method
with_value
A consuming variant of [`Self::set_value()`].
doku/src/printers/toml.rs:80
Method
with_visibility
A consuming variant of [`Self::set_visibility()`].
doku/src/printers/json.rs:61
Method
with_visibility
A consuming variant of [`Self::set_visibility()`].
doku/src/printers/toml.rs:60
← previous
301–354 of 354, ranked by callers