Joey Hines abe4958dd9 | ||
---|---|---|
src | ||
test | ||
.gitignore | ||
README.md | ||
gleam.toml | ||
manifest.toml |
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