[−][src]Module logos::source
This module contains a bunch of traits necessary for processing byte strings.
Most notable are:
Source- implemented by default for&strand&[u8], used by theLexer.Slice- slices ofSource, returned byLexer::slice.
Traits
| Chunk | A fixed, statically sized chunk of data that can be read from the |
| Source | Trait for types the |