1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (c) 2020 Tianyi Shi
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT

// type Resolution = Option<f32>;

// pub struct Remark2Parser {};
// impl FieldParser for Remark2Parser {
//     fn parse(i: &[u8]) -> IResult<&[u8], Cryst1> {
// }

// 6 + 4

// #[cfg(test)]
// mod tests {
//     const REMARK2_1: &'static str "
// REMARK   2 RESOLUTION.    1.70 ANGSTROMS.
// REMARK   3                                                                      ";

// }