forked from tsolomko/BitByteData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jazzy.yaml
More file actions
26 lines (25 loc) · 676 Bytes
/
.jazzy.yaml
File metadata and controls
26 lines (25 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Run: sourcekitten doc --spm-module BitByteData > docs.json
sourcekitten_sourcefile: docs.json
clean: true
author: Timofey Solomko
module: BitByteData
module_version: 1.2.0
copyright: '© 2018 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/BitByteData
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/1.2.0
theme: fullwidth
custom_categories:
- name: Reading bytes
children:
- ByteReader
- name: Reading bits (and bytes)
children:
- BitReader
- LsbBitReader
- MsbBitReader
- name: Writing bits (and bytes)
children:
- BitWriter
- LsbBitWriter
- MsbBitWriter