☰
nom
Modules
bits
methods
simple_errors
whitespace
Macros
add_return_error
alt
alt_complete
apply
apply_m
bits
bytes
call
call_m
char
closure
compiler_error
complete
cond
cond_reduce
cond_with_error
consumer_from_parser
count
count_fixed
dbg
dbg_dmp
delimited
do_parse
eat_separator
eof
error_code
error_node
error_node_position
error_position
escaped
escaped_transform
expr_opt
expr_res
fix_error
flat_map
fold_many0
fold_many1
fold_many_m_n
i16
i32
i64
is_a
is_a_s
is_not
is_not_s
length_bytes
length_count
length_data
length_value
many0
many1
many_m_n
many_till
map
map_opt
map_res
method
named
named_args
named_attr
none_of
not
one_of
opt
opt_res
pair
parse_to
peek
permutation
preceded
recognize
return_error
sep
separated_list
separated_list_complete
separated_nonempty_list
separated_nonempty_list_complete
separated_pair
switch
tag
tag_bits
tag_no_case
tag_no_case_s
tag_s
take
take_bits
take_s
take_str
take_till
take_till1
take_till1_s
take_till_s
take_until
take_until1
take_until_and_consume
take_until_and_consume1
take_until_and_consume_s
take_until_either
take_until_either_and_consume
take_until_s
take_while
take_while1
take_while1_s
take_while_s
tap
terminated
try_parse
tuple
u16
u32
u64
value
verify
wrap_sep
ws
Structs
ChainConsumer
FileProducer
MapConsumer
MemProducer
ProducerRepeat
Enums
CompareResult
ConsumerState
Endianness
ErrorKind
FileProducerState
IError
IResult
Input
Move
Needed
Traits
AsBytes
AsChar
Compare
Consumer
FindSubstring
FindToken
GetInput
GetOutput
HexDisplay
InputIter
InputLength
InputTake
Offset
ParseTo
Producer
Slice
Functions
alpha
alphanumeric
anychar
be_f32
be_f64
be_i16
be_i24
be_i32
be_i64
be_i8
be_u16
be_u24
be_u32
be_u64
be_u8
begin
code_from_offset
crlf
digit
double
double_s
eol
error_to_u32
float
float_s
hex_digit
hex_u32
is_alphabetic
is_alphanumeric
is_digit
is_hex_digit
is_oct_digit
is_space
le_f32
le_f64
le_i16
le_i24
le_i32
le_i64
le_i8
le_u16
le_u24
le_u32
le_u64
le_u8
line_ending
multispace
newline
non_empty
not_line_ending
oct_digit
print
print_codes
reset_color
rest
rest_s
shift
sized_buffer
slice_to_offsets
space
tab
tag_cl
write_color
Crates
aho_corasick
arrayref
backtrace
base64
bitflags
block_buffer
byte_tools
byteorder
bytes
cfg_if
chrono
config
crunchy
digest
directories
either
failure
failure_derive
fake_simd
futures
futures_async_runtime
futures_channel
futures_core
futures_cpupool
futures_executor
futures_io
futures_sink
futures_stable
futures_util
generic_array
hdk
holochain_agent
holochain_cas_implementations
holochain_core
holochain_core_api
holochain_core_api_c_binding
holochain_core_types
holochain_dna
holochain_dna_c_binding
holochain_net
holochain_net_ipc
holochain_test_bin
holochain_wasm_utils
indexmap
iovec
itoa
lazy_static
libc
linked_hash_map
log
memchr
memory_units
multihash
nan_preserving_float
nom
num
num_bigint
num_complex
num_cpus
num_derive
num_integer
num_iter
num_rational
num_traits
parity_wasm
proc_macro2
quote
rand
rand_core
regex
regex_syntax
remove_dir_all
riker
riker_deadletter
riker_default
riker_dispatcher
riker_log
riker_mapvec
riker_patterns
riker_timer
rmp
rmp_serde
runtime_fmt
rust_base58
rustc_demangle
ryu
safemem
same_file
serde
serde_bytes
serde_derive
serde_hjson
serde_json
serde_test
sha1
sha2
snowflake
syn
synstructure
tempfile
test_utils
thread_local
time
tiny_keccak
toml
typenum
ucd_util
unicode_xid
unwrap_to
utf8_ranges
uuid
wabt
wabt_sys
walkdir
wasmi
yaml_rust
zmq
zmq_sys
dark
light
[
−
]
[src]
Function
nom
::
rest_s
pub fn rest_s(input: &
str
) ->
IResult
<&
str
, &
str
>
[
−
]
Expand description
Return the remaining input, for strings.