Crate tendril [−] [src]
Reexports
pub use fmt::Format; | 
pub use stream::TendrilSink; | 
Modules
| fmt | 
                                 Marker types for formats.  | 
                       
| stream | 
                                 Streams of tendrils.  | 
                       
Macros
| format_tendril | 
                                 Create a   | 
                       
Structs
| Atomic | 
                                 A marker of an atomic (and hence concurrent) tendril.  | 
                       
| IncompleteUtf8 | |
| NonAtomic | 
                                 A marker of a non-atomic tendril.  | 
                       
| SendTendril | 
                                 A simple wrapper to make   | 
                       
| Tendril | 
                                 Compact string type for zero-copy parsing.  | 
                       
Enums
| SubtendrilError | 
                                 Errors that can occur when slicing a   | 
                       
Traits
| Atomicity | 
                                 The multithreadedness of a tendril.  | 
                       
| ReadExt | 
                                 Extension trait for   | 
                       
| SliceExt | 
                                 
  | 
                       
Type Definitions
| ByteTendril | 
                                 
  | 
                       
| StrTendril | 
                                 
  |