Go to file
Joey Hines abe4958dd9
added parsing to/from bin_array
2024-12-11 21:12:42 -07:00
src added parsing to/from bin_array 2024-12-11 21:12:42 -07:00
test Initial commit 2024-12-08 13:58:12 -07:00
.gitignore Initial commit 2024-12-08 13:58:12 -07:00
README.md Initial commit 2024-12-08 13:58:12 -07:00
gleam.toml Initial commit 2024-12-08 13:58:12 -07:00
manifest.toml Initial commit 2024-12-08 13:58:12 -07:00

README.md

ccsds_space_packet

Basic CCSDS Space Packet Parsing in Gleam!

gleam add ccsds_space_packet@1
import ccsds_space_packet

pub fn main() {
  // TODO: An example of the project in use
}

Development

gleam run   # Run the project
gleam test  # Run the tests