Skip to content

Commit

Permalink
Merge pull request #262 from Chocrates/main
Browse files Browse the repository at this point in the history
Add "new" Bool data type
  • Loading branch information
simonrw committed Mar 12, 2024
2 parents 9f516d5 + 0baec0f commit c20f18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fitsio/src/tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ impl FromStr for ColumnDataDescription {
'I' => ColumnDataType::Short,
'K' => ColumnDataType::Long,
'A' => ColumnDataType::String,
'L' => ColumnDataType::Bool,
_ => panic!(
"Have not implemented str -> ColumnDataType for {}",
data_type_char
Expand Down

0 comments on commit c20f18e

Please sign in to comment.