21 lines
293 B
Markdown
21 lines
293 B
Markdown
# ccsds_space_packet
|
|
Basic CCSDS Space Packet Parsing in Gleam!
|
|
|
|
```sh
|
|
gleam add ccsds_space_packet@1
|
|
```
|
|
```gleam
|
|
import ccsds_space_packet
|
|
|
|
pub fn main() {
|
|
// TODO: An example of the project in use
|
|
}
|
|
```
|
|
|
|
## Development
|
|
|
|
```sh
|
|
gleam run # Run the project
|
|
gleam test # Run the tests
|
|
```
|